diff --git a/src/main/resources/i18n/en.properties b/src/main/resources/i18n/en.properties index 83bcc3ae..001176c2 100644 --- a/src/main/resources/i18n/en.properties +++ b/src/main/resources/i18n/en.properties @@ -2,6 +2,7 @@ global.save=Save global.cancel=Cancel global.delete=Delete global.required=Required +global.download=Download tree.subscribe=Subscribe tree.import=Import @@ -72,6 +73,7 @@ profile.api_key=API key profile.api_key_not_generated=Not generated yet profile.generate_new_api_key=Generate new API key profile.generate_new_api_key_info=Changing password will generate a new API key +profile.opml_export=OPML export profile.delete_account=Delete account about.rest_api=REST API diff --git a/src/main/webapp/templates/profile.html b/src/main/webapp/templates/profile.html index 34b04ee4..9aa9a842 100644 --- a/src/main/webapp/templates/profile.html +++ b/src/main/webapp/templates/profile.html @@ -46,6 +46,12 @@ ${profile.generate_new_api_key_info} +