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/modals/warp_modal.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'web/html/modals/warp_modal.html')
diff --git a/web/html/modals/warp_modal.html b/web/html/modals/warp_modal.html
index 14426472..4bfb7ca1 100644
--- a/web/html/modals/warp_modal.html
+++ b/web/html/modals/warp_modal.html
@@ -3,7 +3,7 @@
:confirm-loading="warpModal.confirmLoading" :closable="true" :mask-closable="true"
:footer="null" :class="themeSwitcher.currentTheme">
- {{ i18n "pages.inbounds.create" }}
+ {{ i18n "create" }}
@@ -32,7 +32,7 @@
{{ i18n "pages.inbounds.update" }}
+ :loading="warpModal.confirmLoading">{{ i18n "update" }}
--
cgit v1.2.3