Localize the notifications dropdown string

Localized the notifications dropdown string
This commit is contained in:
Jacques Erasmus 2019-04-03 16:15:15 +00:00 committed by Clement Ho
parent b39209f34a
commit 6e61a6a73d
3 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import $ from 'jquery';
import Flash from './flash';
import { __ } from '~/locale';
export default function notificationsDropdown() {
$(document).on('click', '.update-notification', function updateNotificationCallback(e) {
@ -27,7 +28,7 @@ export default function notificationsDropdown() {
.closest('.js-notification-dropdown')
.replaceWith(data.html);
} else {
Flash('Failed to save new settings', 'alert');
Flash(__('Failed to save new settings'), 'alert');
}
});
}

View File

@ -0,0 +1,5 @@
---
title: Localize notifications dropdown
merge_request: 26844
author:
type: changed

View File

@ -3595,6 +3595,9 @@ msgstr ""
msgid "Failed to remove user key."
msgstr ""
msgid "Failed to save new settings"
msgstr ""
msgid "Failed to update issues, please try again."
msgstr ""