feat: show login button when viewing following feed without login
This commit is contained in:
parent
acc47bad3d
commit
82537f192b
3 changed files with 21 additions and 7 deletions
|
|
@ -160,6 +160,7 @@ export default {
|
|||
'Select relays to append': 'Select relays to append',
|
||||
'calculating...': 'calculating...',
|
||||
'Calculate optimal read relays': 'Calculate optimal read relays',
|
||||
'Login to set': 'Login to set'
|
||||
'Login to set': 'Login to set',
|
||||
'Please login to view following feed': 'Please login to view following feed'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ export default {
|
|||
'Select relays to append': '选择要追加的服务器',
|
||||
'calculating...': '计算中...',
|
||||
'Calculate optimal read relays': '计算最佳读服务器',
|
||||
'Login to set': '登录后设置'
|
||||
'Login to set': '登录后设置',
|
||||
'Please login to view following feed': '请登录以查看关注动态'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue