Skip to content

Commit

Permalink
Modify translations
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu committed May 2, 2024
1 parent 9c4531f commit def6316
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions share/translations/keepassxc_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,6 @@ Please select the correct database for saving credentials.</source>
<source>Add to existing entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do you want to register passkey for:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Existing passkey found.
Do you want to register a new passkey for:</source>
Expand All @@ -903,6 +899,10 @@ Do you want to register a new passkey for:</source>
<source>Authenticate passkey credentials for:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do you want to register a passkey for:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>BrowserService</name>
Expand Down Expand Up @@ -988,6 +988,10 @@ Do you want to delete the entry?
Do you want to overwrite the passkey in %1 - %2?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Register</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>BrowserSettingsWidget</name>
Expand Down
2 changes: 1 addition & 1 deletion src/browser/BrowserPasskeysConfirmationDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void BrowserPasskeysConfirmationDialog::registerCredential(const QString& userna
const QList<Entry*>& existingEntries,
int timeout)
{
m_ui->firstLabel->setText(tr("Do you want to register passkey for:"));
m_ui->firstLabel->setText(tr("Do you want to register a passkey for:"));
m_ui->relyingPartyLabel->setText(tr("Relying Party: %1").arg(relyingParty));
m_ui->usernameLabel->setText(tr("Username: %1").arg(username));
m_ui->updateButton->setVisible(true);
Expand Down

0 comments on commit def6316

Please sign in to comment.