Skip to content

Commit

Permalink
Use gettext as default
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 28, 2022
1 parent a9e8f69 commit 4a71748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
saveButtonLabel: {
type: String,
required: false,
default: 'Share'
default: () => this.$gettext("Share")
}
},
Expand Down

0 comments on commit 4a71748

Please sign in to comment.