Index: trunk/extensions/OpenStackManager/OpenStackManager.i18n.php |
— | — | @@ -126,6 +126,9 @@ |
127 | 127 | 'openstackmanager-novaproject-project' => 'Project', |
128 | 128 | 'openstackmanager-novaproject-info' => 'Project Information', |
129 | 129 | |
| 130 | + 'openstackmanager-shellaccountname' => 'Instance Shell Account Name', |
| 131 | + 'openstackmanager-shellaccountnamehelp' => 'The shell account name must start with a-z, and can only contain a-z, 0-9, -, and _ characters', |
| 132 | + |
130 | 133 | ); |
131 | 134 | |
132 | 135 | /** Message documentation (Message documentation) |
Index: trunk/extensions/OpenStackManager/OpenStackNovaUser.php |
— | — | @@ -308,7 +308,7 @@ |
309 | 309 | } |
310 | 310 | |
311 | 311 | static function LDAPModifyUITemplate( &$template ) { |
312 | | - $input = array( 'msg' => 'shellaccountname', 'type' => 'text', 'name' => 'shellaccountname', 'value' => '', 'helptext' => 'shellaccountnamehelp' ); |
| 312 | + $input = array( 'msg' => 'openstackmanager-shellaccountname', 'type' => 'text', 'name' => 'shellaccountname', 'value' => '', 'helptext' => 'openstackmanager-shellaccountnamehelp' ); |
313 | 313 | $template->set( 'extraInput', array( $input ) ); |
314 | 314 | |
315 | 315 | return true; |