mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
mv URL path uexport -> userexport
This commit is contained in:
parent
34932e12bf
commit
8bea9e7523
5 changed files with 9 additions and 9 deletions
|
@ -40,8 +40,8 @@ class UserExport extends BaseSettingsModule
|
|||
* list of array( 'link url', 'link text', 'help text' )
|
||||
*/
|
||||
$options = [
|
||||
['settings/uexport/account', L10n::t('Export account'), L10n::t('Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server.')],
|
||||
['settings/uexport/backup', L10n::t('Export all'), L10n::t("Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account \x28photos are not exported\x29")],
|
||||
['settings/userexport/account', L10n::t('Export account'), L10n::t('Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server.')],
|
||||
['settings/userexport/backup', L10n::t('Export all'), L10n::t("Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account \x28photos are not exported\x29")],
|
||||
];
|
||||
Hook::callAll('uexport_options', $options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue