|
@@ -310,7 +310,7 @@ public class ChooseRichDocumentsTemplateDialogFragment extends DialogFragment im
|
|
|
|
|
|
if (fragment != null && fragment.isAdded()) {
|
|
|
if (url.isEmpty()) {
|
|
|
- DisplayUtils.showSnackMessage(fragment.binding.list, "Error creating file from template");
|
|
|
+ DisplayUtils.showSnackMessage(fragment.binding.list, R.string.error_creating_file_from_template);
|
|
|
} else {
|
|
|
Intent collaboraWebViewIntent = new Intent(MainApp.getAppContext(), RichDocumentsEditorWebView.class);
|
|
|
collaboraWebViewIntent.putExtra(ExternalSiteWebView.EXTRA_TITLE, "Collabora");
|