Skip to content

Commit a1fca58

Browse files
perf: Optimize translation
1 parent 125e7b4 commit a1fca58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/locales/lang/en-US/views/template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export default {
5252
},
5353
permissionType: {
5454
label: 'Permission',
55-
privateDesc: 'Only the current user can use',
56-
publicDesc: 'All users can use',
55+
privateDesc: 'Available only to current user',
56+
publicDesc: 'Available to all users',
5757
requiredMessage: 'Permission cannot be empty'
5858
},
5959
model_type: {

0 commit comments

Comments
 (0)