Franglais to English ;)

This commit is contained in:
Marcin Mikolajczak
2020-10-27 10:52:15 +01:00
committed by Thomas Citharel
parent d9349cfe9e
commit efbe560202

View File

@@ -352,7 +352,7 @@ export default class Resources extends Mixins(ResourceMixin) {
case "calc":
return this.$t("Create a calc") as string;
case "visio":
return this.$t("Create a visioconference") as string;
return this.$t("Create a videoconference") as string;
default:
return "";
}