This commit is contained in:
2026-03-25 00:44:22 +03:00
parent f04cb29444
commit 782c9047f9
3 changed files with 10 additions and 9 deletions
@@ -973,7 +973,7 @@ class _AccountEditorOverlayState extends State<AccountEditorOverlay> {
borderRadius: BorderRadius.circular(12)),
),
child: Text(
dash.isAddingAccount ? s.add : s.apply,
dash.isAddingAccount ? s.addAccount : s.apply,
style: const TextStyle(
fontWeight: FontWeight.w700, fontSize: 14)),
),