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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

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 "";
}