Merge branch '141-update-welcome-message-language' into 'dev'
Resolve "Update 'Welcome message' language" See merge request keanuapp/keanuapp-weblite!197
This commit is contained in:
commit
026a422230
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ export default {
|
||||||
this.$matrix.matrixClient,
|
this.$matrix.matrixClient,
|
||||||
room_id,
|
room_id,
|
||||||
this.roomAvatarFile,
|
this.roomAvatarFile,
|
||||||
function (p) {
|
(p) => {
|
||||||
if (p.total) {
|
if (p.total) {
|
||||||
self.status = this.$t("new_room.status_avatar_total", {
|
self.status = this.$t("new_room.status_avatar_total", {
|
||||||
count: p.loaded || 0,
|
count: p.loaded || 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue