mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
wording submit -> save settings
This commit is contained in:
parent
e2cb4a9e74
commit
ccc6c2b785
16 changed files with 17 additions and 17 deletions
|
@ -618,7 +618,7 @@ function facebook_content(&$a) {
|
|||
$o .= '<div><label id="blocked-apps-label" for="blocked-apps">' . t('Comma separated applications to ignore') . ' </label></div>';
|
||||
$o .= '<div><textarea id="blocked-apps" name="blocked_apps" >' . htmlspecialchars($blocked_apps) . '</textarea></div>';
|
||||
|
||||
$o .= '<input type="submit" name="submit" value="' . t('Submit') . '" /></form></div>';
|
||||
$o .= '<input type="submit" name="submit" value="' . t('Save Settings') . '" /></form></div>';
|
||||
}
|
||||
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue