Skip to content

Commit 27e556b

Browse files
committed
Remove restrict from label
1 parent 10685cb commit 27e556b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/lang/en-us.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646
logout: 'Exit',
4747
move: 'Move to',
4848
notify: 'Notifications',
49-
protect: 'Restrict Public Access',
49+
protect: 'Public Access',
5050
publish: 'Publish',
5151
refreshNode: 'Reload',
5252
remove: 'Remove',

src/assets/lang/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
logout: 'Exit',
4646
move: 'Move to',
4747
notify: 'Notifications',
48-
protect: 'Restrict Public Access',
48+
protect: 'Public Access',
4949
publish: 'Publish',
5050
refreshNode: 'Reload',
5151
remove: 'Remove',

0 commit comments

Comments
 (0)