mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Merge pull request #3106 from urbanrotnik/ur-sci-5406-v2
Small fixes [SCI-5351] [SCI-5406]
This commit is contained in:
commit
172c366828
2 changed files with 1 additions and 2 deletions
|
@ -356,7 +356,6 @@
|
|||
HelperModule.flashAlertMsg(data.message, 'success');
|
||||
refreshCurrentView();
|
||||
}).on('ajax:error', function(ev, data) {
|
||||
HelperModule.flashAlertMsg(data.responseJSON.message, 'danger');
|
||||
if ($(this).hasClass('edit_project')) {
|
||||
$(this).renderFormErrors('project', data.responseJSON.errors);
|
||||
} else {
|
||||
|
|
|
@ -461,7 +461,7 @@ en:
|
|||
modal_text_p3_html: "Please note that the number of exports is limited to %{limit} requests per day. After you confirm this export you will have %{num} left."
|
||||
modal_submit: "Export"
|
||||
success_flash: "Export request received. Your export request is being processed."
|
||||
zero_projects_flash: "You have to select at least one project"
|
||||
zero_projects_flash: "The folder is empty. No projects can be exported."
|
||||
activity:
|
||||
visibility_hidden: "Project members only"
|
||||
visibility_visible: "All team members"
|
||||
|
|
Loading…
Reference in a new issue