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

Revert to "go to email provider" button

This commit is contained in:
Toby Zerner
2015-09-24 14:22:14 +09:30
parent 753808c3f1
commit fdb598187f
4 changed files with 7 additions and 10 deletions

View File

@@ -124,9 +124,8 @@ export default class SignUpModal extends Modal {
<p>{app.trans('core.sign_up_confirmation_message', {email: <strong>{user.email()}</strong>})}</p>
<p>
// Core Key Reorganization: This needs to be changed to a dismiss button!
<a href={`http://${emailProviderName}`} className="Button Button--primary" target="_blank">
{app.trans('core.sign_up_dismiss_button', {location: emailProviderName})}
{app.trans('core.sign_up_go_to_button', {url: emailProviderName})}
</a>
</p>
</div>