From 1ddfe4aba3ff16df9e5006051407d2488ffe4a59 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 9 May 2025 10:46:29 +0700 Subject: chore: toasts translation refactoring --- web/html/inbounds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/inbounds.html') diff --git a/web/html/inbounds.html b/web/html/inbounds.html index cadcb95a..f632a5cc 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -978,7 +978,7 @@ openAddInbound() { inModal.show({ title: '{{ i18n "pages.inbounds.addInbound"}}', - okText: '{{ i18n "pages.inbounds.create"}}', + okText: '{{ i18n "create"}}', cancelText: '{{ i18n "close" }}', confirm: async (inbound, dbInbound) => { await this.addInbound(inbound, dbInbound, inModal); @@ -991,7 +991,7 @@ const inbound = dbInbound.toInbound(); inModal.show({ title: '{{ i18n "pages.inbounds.modifyInbound"}}', - okText: '{{ i18n "pages.inbounds.update"}}', + okText: '{{ i18n "update"}}', cancelText: '{{ i18n "close" }}', inbound: inbound, dbInbound: dbInbound, -- cgit v1.2.3