[ui] small changes

This commit is contained in:
Alireza Ahmadi
2024-02-18 23:00:37 +01:00
parent 2520994b13
commit f4c565b208
10 changed files with 20 additions and 27 deletions

View File

@@ -290,7 +290,7 @@
title: '{{ i18n "pages.settings.restartPanel" }}',
content: '{{ i18n "pages.settings.restartPanelDesc" }}',
class: themeSwitcher.currentTheme,
okText: '{{ i18n "sure" }}',
okText: '{{ i18n "confirm" }}',
cancelText: '{{ i18n "cancel" }}',
onOk: () => resolve(),
});