* 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:
parent
3c74d9958f
commit
ce4157ac08
5 changed files with 62 additions and 41 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue