forked from GNUsocial/gnu-social
Revert "More precise field label"
This reverts commit 6483fbd8fa
.
"SMS address" header here makes no sense; it would be inconsistent with the other tabs and headings on the same and related pages, and would look very awkward with another giant "SMS" right above it
This commit is contained in:
parent
fc5002015b
commit
2917fad209
@ -101,7 +101,7 @@ class SmssettingsAction extends ConnectSettingsAction
|
|||||||
common_local_url('smssettings')));
|
common_local_url('smssettings')));
|
||||||
|
|
||||||
$this->elementStart('fieldset', array('id' => 'settings_sms_address'));
|
$this->elementStart('fieldset', array('id' => 'settings_sms_address'));
|
||||||
$this->element('legend', null, _('SMS address'));
|
$this->element('legend', null, _('Address'));
|
||||||
$this->hidden('token', common_session_token());
|
$this->hidden('token', common_session_token());
|
||||||
|
|
||||||
if ($user->sms) {
|
if ($user->sms) {
|
||||||
|
Loading…
Reference in New Issue
Block a user