Skip to content
Snippets Groups Projects
Unverified Commit 06816206 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5024 from JediKev/i18n/register-inc

i18n: Register Include
parents 68f11e1f 9b18dd65
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