зеркало из https://github.com/nextcloud/deck.git
Merge pull request #436 from nextcloud/fix-translations-dialog
Fix translations of the delete confirmation
This commit is contained in:
Коммит
ee262291ce
|
@ -123,7 +123,7 @@ app.factory('StackService', function (ApiService, $http, $q) {
|
|||
var deferred = $q.defer();
|
||||
var self = this;
|
||||
|
||||
OC.dialogs.confirm('Are you sure you want to delete the stack with all of its data?', t('deck', 'Delete'), function(state) {
|
||||
OC.dialogs.confirm(t('deck', 'Are you sure you want to delete the stack with all of its data?'), t('deck', 'Delete'), function(state) {
|
||||
if (!state) {
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче