查不到项目就跳转创建项目页面
This commit is contained in:
@@ -81,7 +81,8 @@ export default {
|
||||
userAgreement: 'User Agreement',
|
||||
privacyPolicy: 'Privacy Policy',
|
||||
view: 'View',
|
||||
remainingNum: 'Remaining number of times to upload profile picture:'
|
||||
remainingNum: 'Remaining number of times to upload profile picture:',
|
||||
notFound: 'Project not found',
|
||||
},
|
||||
Country: {
|
||||
unitedStates: 'United States',
|
||||
|
||||
@@ -82,7 +82,8 @@ export default {
|
||||
userAgreement: '用户协议',
|
||||
privacyPolicy: '隐私政策',
|
||||
view: '查看',
|
||||
remainingNum: '剩余上传头像次数:'
|
||||
remainingNum: '剩余上传头像次数:',
|
||||
notFound: '项目不存在',
|
||||
},
|
||||
Country: {
|
||||
unitedStates: '美国',
|
||||
|
||||
Reference in New Issue
Block a user