Skip to content

Commit 20ddd24

Browse files
committed
fix vue appconst.ts defaultLocalizationSourceName
1 parent 654df2e commit 20ddd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/lib/appconst.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const AppConsts= {
44
defaultAdminUserName: 'admin'
55
},
66
localization:{
7-
defaultLocalizationSourceName: 'FengCloud'
7+
defaultLocalizationSourceName: 'AbpProjectName'
88
},
99
authorization:{
1010
encrptedAuthTokenName: 'enc_auth_token'

0 commit comments

Comments
 (0)