mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
"profile locator/address" is now called "Identity Address" to reduce confusion
This commit is contained in:
parent
b5ccb8e205
commit
44c47f118c
7 changed files with 222 additions and 209 deletions
|
@ -331,6 +331,7 @@ function settings_content(&$a) {
|
|||
$theme_selector .= '<option val="' . basename($file) . '"' . $selected . '>' . basename($file) . '</option>';
|
||||
}
|
||||
}
|
||||
|
||||
$theme_selector .= '</select>';
|
||||
|
||||
$subdir = ((strlen($a->get_path())) ? '<br />' . t('or') . ' ' . $a->get_baseurl() . '/profile/' . $nickname : '');
|
||||
|
@ -338,7 +339,7 @@ function settings_content(&$a) {
|
|||
$tpl_addr = load_view_file("view/settings_nick_set.tpl");
|
||||
|
||||
$prof_addr = replace_macros($tpl_addr,array(
|
||||
'$desc' => t('Your profile address is'),
|
||||
'$desc' => t('Your Identity Address is'),
|
||||
'$nickname' => $nickname,
|
||||
'$subdir' => $subdir,
|
||||
'$basepath' => $a->get_hostname()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue