mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 04:05:34 +00:00
* Fixed inactive scroll bar. Closes #1303 * Changed Sign in button string. Closes #1309 * Changed button string id * Reverted en-CA and en-GB changes
This commit is contained in:
@@ -64,9 +64,9 @@ class Account extends Component {
|
||||
<button
|
||||
class="p-2 md:p-4 border rounded-lg text-blue-dark border-blue-dark hover:text-white hover:bg-blue-dark focus:outline"
|
||||
onclick="${e => this.login(e)}"
|
||||
title="${translate('signInButton')}"
|
||||
title="${translate('signInOnlyButton')}"
|
||||
>
|
||||
${translate('signInButton')}
|
||||
${translate('signInOnlyButton')}
|
||||
</button>
|
||||
</send-account>
|
||||
`;
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = function(state, emit) {
|
||||
>
|
||||
<h1 class="text-center">${state.translate('legalTitle')}</h1>
|
||||
<p class="mt-2">${state.translate('legalDateStamp')}</p>
|
||||
<div class="overflow-scroll py-8 px-12">
|
||||
<div class="overflow-y-scroll py-8 px-12">
|
||||
<p class="leading-normal">
|
||||
<span>When Mozilla receives information from you, our</span>
|
||||
<a
|
||||
|
||||
@@ -50,8 +50,8 @@ module.exports = function(trigger) {
|
||||
/>
|
||||
<input
|
||||
class="btn rounded-lg w-full flex flex-no-shrink items-center justify-center"
|
||||
value="${state.translate('signInButton')}"
|
||||
title="${state.translate('signInButton')}"
|
||||
value="${state.translate('signInOnlyButton')}"
|
||||
title="${state.translate('signInOnlyButton')}"
|
||||
id="email-submit"
|
||||
type="submit"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user