Skip to content

Commit 31543e6

Browse files
committed
💬 Improve words for Chinese text delegate
1 parent 50af404 commit 31543e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/delegates/assets_picker_text_delegate.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class AssetsPickerTextDelegate {
4949
/// "Unable to access all assets in album".
5050
String get unableToAccessAll => '无法访问所有资源';
5151

52-
String get accessAllTip => '目前应用只能访问部分资源。'
53-
'请前往系统设置允许应用访问所有资源。';
52+
String get accessAllTip => '你已设置应用只能访问设备部分资源,'
53+
'建议允许访问「所有资源」';
5454

5555
String get goToSystemSettings => '前往系统设置';
5656

0 commit comments

Comments
 (0)