Skip to content

Commit

Permalink
Use translated string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 7, 2025
1 parent 6f2a2a4 commit 23b55d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/auth/qgsauthmasterpassresetdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ QgsMasterPasswordResetDialog::QgsMasterPasswordResetDialog( QWidget *parent )
QString warning = tr( "Your authentication database will be duplicated and re-encrypted using the new password." );
if ( QgsApplication::authManager()->passwordHelperEnabled() )
{
warning += QStringLiteral( "<p><b>%1</b></p>" ).arg( tr( "Your new password will automatically be stored in the system %1." ).arg( QgsAuthManager::AUTH_PASSWORD_HELPER_DISPLAY_NAME ) );
warning += QStringLiteral( "<p><b>%1</b></p>" ).arg( tr( "Your new password will automatically be stored in the system %1." ).arg( QgsAuthManager::passwordHelperDisplayName() ) );
}

lblWarning->setText( warning );
Expand Down

0 comments on commit 23b55d6

Please sign in to comment.