Merge pull request #3106 from urbanrotnik/ur-sci-5406-v2

Small fixes [SCI-5351] [SCI-5406]
This commit is contained in:
Urban Rotnik 2021-01-20 16:26:42 +01:00 committed by GitHub
commit 172c366828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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 {

View file

@ -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"