Skip to content

Commit 325a7d8

Browse files
Merge pull request #2011 from BishalTimalsina12/main
Dictionary Section got wrong name in header
2 parents 3aec10a + 1a6f439 commit 325a7d8

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
@@ -1300,7 +1300,7 @@ export default {
13001300
packages: 'Packages',
13011301
marketplace: 'Marketplace',
13021302
settings: 'Settings',
1303-
translation: 'Translation',
1303+
translation: 'Dictionary',
13041304
users: 'Users',
13051305
},
13061306
help: {

src/assets/lang/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ export default {
13191319
packages: 'Packages',
13201320
marketplace: 'Marketplace',
13211321
settings: 'Settings',
1322-
translation: 'Translation',
1322+
translation: 'Dictionary',
13231323
users: 'Users',
13241324
},
13251325
help: {

0 commit comments

Comments
 (0)