Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Mar 9, 2024
1 parent 88a7389 commit 5aef85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GrampsjsUpgradeDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class GrampsjsUpgradeDb extends GrampsjsTranslateMixin(LitElement) {
raised
@click="${this._upgradeDb}"
@keydown="${clickKeyHandler}"
>${this._('Upgrade Family Tree')}</mwc-button
>${this._('Upgrade database')}</mwc-button
>
<grampsjs-task-progress-indicator
taskName="upgradeDb"
Expand Down

0 comments on commit 5aef85c

Please sign in to comment.