Commit 0dcd64df35e403cd134e35ae690215140846c40c
missing translation string
andre alves garzia committed on 5/21/2018, 12:03:22 AMParent: 65cd9cb5b2fda2efbf0c714425830c59b81a884e
Files changed
app/page/settings.js | changed |
app/page/settings.js | ||
---|---|---|
@@ -103,9 +103,9 @@ | ||
103 | 103 | h('div.left', strings.settingsPage.section.version), |
104 | 104 | h('div.right', version) |
105 | 105 | ]), |
106 | 106 | h('section -backup', [ |
107 | - h('div.left', 'Backup'), | |
107 | + h('div.left', strings.backup.sectionName), | |
108 | 108 | h('div.right', [ |
109 | 109 | exportIdentityButton, |
110 | 110 | importIdentityButton |
111 | 111 | ]) |
Built with git-ssb-web