disabled twitter text for russian loc
This commit is contained in:
parent
66168ecafa
commit
2eb746f242
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export default function(obj) {
|
|||
}, {
|
||||
text: `${loc(obj.lang, 'AboutSupportedServices')} ${enabledServices}.`
|
||||
}, {
|
||||
text: `${loc(obj.lang, 'FollowTwitter')}`
|
||||
text: obj.lang != "ru" ? loc(obj.lang, 'FollowTwitter') : ""
|
||||
}, {
|
||||
text: backdropLink(repo, loc(obj.lang, 'LinkGitHubIssues')),
|
||||
classes: ["bottom-link"]
|
||||
|
|
Loading…
Reference in a new issue