fix & opt.

- fix: ssh paste
- opt.: docker logs & shell
This commit is contained in:
lollipopkit
2023-05-27 18:58:38 +08:00
parent 4f45ce3f50
commit 02494651fc
9 changed files with 36 additions and 55 deletions

View File

@@ -492,7 +492,7 @@ class SZh extends S {
@override
String sureDelete(Object name) {
return '确定删除[$name]';
return '确定删除 [$name]';
}
@override
@@ -1078,7 +1078,7 @@ class SZhTw extends SZh {
@override
String sureDelete(Object name) {
return '確定刪除[$name]';
return '確定刪除 [$name]';
}
@override