diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-27 19:05:16 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-27 19:05:16 +0200 |
commit | c71f95c689ecd939aea45fc6b57eae900d357899 (patch) | |
tree | ffe990e32a7507767ac4121e0b97f0e2eaf13f60 /pyaggr3g470r/templates | |
parent | Account import near to be OK. (diff) | |
download | newspipe-c71f95c689ecd939aea45fc6b57eae900d357899.tar.gz newspipe-c71f95c689ecd939aea45fc6b57eae900d357899.tar.bz2 newspipe-c71f95c689ecd939aea45fc6b57eae900d357899.zip |
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 4a124a02..f8d66873 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -41,7 +41,7 @@ <button class="btn btn-default" type="submit">OK</button> </form> <br /> - <a href="/export/?format=JSON" class="btn btn-default">Export account to JSON</a> + <a href="/export/?format=JSON" class="btn btn-default">{{ _('Export account to JSON') }}</a> </div> <div class="jumbotron"> <h1>{{ _('Export articles') }}</h1> |