mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Merge pull request #831 from tobiasd/creategroup_wording
wording for the SUBMIT button while handling with contact groups
This commit is contained in:
commit
db9e738424
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function group_content(&$a) {
|
||||||
$tpl = get_markup_template('group_edit.tpl');
|
$tpl = get_markup_template('group_edit.tpl');
|
||||||
|
|
||||||
$context = array(
|
$context = array(
|
||||||
'$submit' => t('Submit'),
|
'$submit' => t('Save Group'),
|
||||||
);
|
);
|
||||||
|
|
||||||
if(($a->argc == 2) && ($a->argv[1] === 'new')) {
|
if(($a->argc == 2) && ($a->argv[1] === 'new')) {
|
||||||
|
|
Loading…
Reference in a new issue