Skip to content

Commit

Permalink
BC-5506: fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Oct 17, 2023
1 parent 324de79 commit b08e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/rooms/RoomOverview.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export default {
},
showImportSuccess(name) {
this.notifierModule?.show({
text: this.i18n.t("components.molecules.import.options.success", {
text: this.$t("components.molecules.import.options.success", {
name,
}),
status: "success",
Expand Down

0 comments on commit b08e838

Please sign in to comment.