From 827768e96d0d08de8bca1848d7be97ffd21ae502 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Mon, 28 Dec 2020 12:50:05 +0300 Subject: [PATCH] language change --- lib/pages/settings/profile_setting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/settings/profile_setting.dart b/lib/pages/settings/profile_setting.dart index c0a3dafd..e5c2c582 100644 --- a/lib/pages/settings/profile_setting.dart +++ b/lib/pages/settings/profile_setting.dart @@ -211,7 +211,7 @@ class _ProfileSettings extends State children: [ Expanded( child: DefaultButton( - TranslationBase.of(context).submit, + TranslationBase.of(context).save, () { saveSettings(); },