chore(admin-ui): strip "НСИ ЦУОД" from logo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#120a8f" />
|
||||
<meta name="theme-color" content="#120a8f" />
|
||||
<title>Ordinis Admin — НСИ ЦУОД</title>
|
||||
<title>Ordinis Admin</title>
|
||||
</head>
|
||||
<body class="bg-zinc-50 text-zinc-900">
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -12,7 +12,11 @@ i18n
|
||||
resources: {
|
||||
'ru-RU': {
|
||||
translation: {
|
||||
'app.title': 'Ordinis НСИ ЦУОД',
|
||||
'app.title': 'Ordinis',
|
||||
'updateBanner.message': 'Доступна новая версия НСИ ({{version}}). Обновите страницу, чтобы получить последние исправления.',
|
||||
'updateBanner.reload': 'Обновить',
|
||||
'updateBanner.docs': 'Что нового',
|
||||
'updateBanner.dismiss': 'Закрыть уведомление',
|
||||
'nav.dictionaries': 'Справочники',
|
||||
'nav.audit': 'Аудит',
|
||||
'nav.outbox': 'Outbox',
|
||||
@@ -467,6 +471,10 @@ i18n
|
||||
'en-US': {
|
||||
translation: {
|
||||
'app.title': 'Ordinis MDM',
|
||||
'updateBanner.message': 'A new NSI version ({{version}}) is available. Reload to get the latest fixes.',
|
||||
'updateBanner.reload': 'Reload',
|
||||
'updateBanner.docs': "What's new",
|
||||
'updateBanner.dismiss': 'Dismiss notification',
|
||||
'nav.dictionaries': 'Dictionaries',
|
||||
'nav.audit': 'Audit',
|
||||
'nav.outbox': 'Outbox',
|
||||
|
||||
Reference in New Issue
Block a user