Skip to content

Commit

Permalink
Update transaltions
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jul 10, 2022
1 parent 9e2ec88 commit 4295b95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="mb-10">Authme</h1>

<div class="chooseLogin mx-auto mb-20 w-2/3 rounded-2xl bg-gray-800">
<h3 data-loc class="pt-5">Welcome to Authme!</h3>
<h4 data-loc>Choose how you want to use Authme. Your 2FA codes are encrypted either way.</h4>
<h4 data-loc>Choose how you want to use Authme.</h4>

<div class="small:flex-wrap flex flex-row justify-center pb-3">
<div class="my-3 ml-3 mr-1.5 flex w-1/2 flex-wrap items-center justify-center rounded-2xl bg-gray-700 p-4">
Expand All @@ -41,7 +41,7 @@ <h5 data-loc class="m-0 mb-3">You have to type in your password every time you l
</button>
</div>
<div class="my-3 mr-3 ml-1.5 flex w-1/2 flex-wrap items-center justify-center rounded-2xl bg-gray-700 p-4">
<h4 data-loc class="m-0 mb-3">Don't require password</h4>
<h4 data-loc class="m-0 mb-3">No password</h4>
<h5 data-loc class="m-0 mb-3">If you don't want to type in your password every time you launch Authme.</h5>

<button onclick="noPassword()" class="buttoni my-2">
Expand Down
2 changes: 1 addition & 1 deletion app/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ const integrations = () => {
cancelId: 1,
noLink: true,
type: "warning",
message: "You can copy your URL with your api key.\n\nYou can only copy the url once.",
message: "You can copy your URL with your api key.\n\nYou can only copy the URL once.",
})
.then(async (result) => {
if (result.response === 0) {
Expand Down
4 changes: 2 additions & 2 deletions languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ module.exports = {

"landing": [
"Welcome to Authme!",
"Choose how you want to use Authme. Your 2FA codes are encrypted either way.",
"Choose how you want to use Authme.",
"Require password",
"You have to type in your password every time you launch Authme.",
"Continue",
"Don't require password",
"No password",
"If you don't want to type in your password every time you launch Authme.",
"Confirm",
"More options",
Expand Down

0 comments on commit 4295b95

Please sign in to comment.