Skip to content
Snippets Groups Projects
Commit 9b18dd65 authored by JediKev's avatar JediKev
Browse files

i18n: Register Include

This addresses issue 4965 where the register.inc.php file for clients was
missing translations for the action buttons.
parent 68f11e1f
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,8 @@ $info = Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -92,8 +92,8 @@ $info = Format::htmlchars(($errors && $_POST)?$_POST:$info);
</table> </table>
<hr> <hr>
<p style="text-align: center;"> <p style="text-align: center;">
<input type="submit" value="Register"/> <input type="submit" value="<?php echo __('Register'); ?>"/>
<input type="button" value="Cancel" onclick="javascript: <input type="button" value="<?php echo __('Cancel'); ?>" onclick="javascript:
window.location.href='index.php';"/> window.location.href='index.php';"/>
</p> </p>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment