change app name in settings

This commit is contained in:
NekoInverter 2019-06-11 14:45:27 +08:00
parent ef068d3a9c
commit d78e9e4c52
1 changed files with 1 additions and 1 deletions

View File

@ -1915,7 +1915,7 @@ public class SettingsActivity extends BaseFragment implements NotificationCenter
abi = "universal " + Build.CPU_ABI + " " + Build.CPU_ABI2;
break;
}
cell.setText(LocaleController.formatString("TelegramVersion", R.string.TelegramVersion, String.format(Locale.US, "v%s (%d) %s", pInfo.versionName, code, abi)));
cell.setText(String.format("Nekogram %1$s\r\nIcon by @Duang", String.format(Locale.US, "v%s (%d) %s", pInfo.versionName, code, abi)));
} catch (Exception e) {
FileLog.e(e);
}