fix translation (german), use save icon for servers & snippets

This commit is contained in:
Thomas
2023-06-04 12:46:06 +02:00
parent a11507d0d2
commit 86ae4df790
5 changed files with 9 additions and 9 deletions

View File

@@ -644,7 +644,7 @@ class _SettingPageState extends State<SettingPage> {
},
).toList();
return ListTile(
title: Text(_s.editor + _s.theme),
title: Text("${_s.editor} ${_s.theme}"),
trailing: PopupMenuButton(
key: editorThemeKey,
itemBuilder: (BuildContext context) => items,