1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +02:00

Remove core key reorganization comments

This commit is contained in:
Toby Zerner
2015-09-24 14:22:32 +09:30
parent fdb598187f
commit 88372640aa
5 changed files with 0 additions and 6 deletions

View File

@@ -140,7 +140,6 @@ export default class SignUpModal extends Modal {
footer() {
return [
<p className="SignUpModal-logIn">
// Core Key Reorganization: Moved hardcoded space into preceding string.
{app.trans('core.sign_up_already_have_account_text')}
<a onclick={this.logIn.bind(this)}>{app.trans('core.sign_up_log_in_link')}</a>
</p>