Skip to content

Commit 3e7e9b9

Browse files
committed
[FIX] Icons.
1 parent f9a2423 commit 3e7e9b9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

lang/en/global.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php return [
2+
'action_cancelled' => 'Action cancelled.',
23
'add_help' => 'Add a new domain',
34
'check_fields' => 'WARNING! Check the fields.',
45
'configure' => 'Configuration',

lang/ru/global.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php return [
2+
'action_cancelled' => 'Дію скасовано.',
23
'add_help' => 'Добавить новый домен',
34
'check_fields' => 'Внимание! Проверьте поля.',
45
'configure' => 'Конфигурация',

lang/uk/global.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php return [
2+
'action_cancelled' => 'Действие отменено.',
23
'add_help' => 'Додати новий домен',
34
'check_fields' => 'Увага! Перевірте поля.',
45
'configure' => 'Конфігурація',

views/configureTab.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function openAddDomainModal() {
7474
return false;
7575
},
7676
oncancel: function () {
77-
alertify.notify("@lang('sSeo::global.action_cancelled')");
77+
alertify.notify("@lang('sMultisite::global.action_cancelled')");
7878
}
7979
})
8080
.set('labels', {ok: "@lang('global.save')", cancel: "@lang('global.cancel')"})
@@ -83,7 +83,7 @@ function openAddDomainModal() {
8383
.set('defaultFocus', 'cancel')
8484
.set('notifier', 'delay', 5)
8585
.show();
86-
window.sSeo.queueLucide();
86+
window.sMultisite.queueLucide();
8787
}
8888
</script>
8989
@endpush

0 commit comments

Comments
 (0)