Trying to fix localized appstream description

This commit is contained in:
Adsooi 2022-01-30 13:13:47 +01:00
parent 9873263308
commit 2d7c038b46
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 3 additions and 11 deletions

View file

@ -243,7 +243,7 @@ class NameChanged extends EditedProperty {
}
redo() {
Objects.getObjectByName(this.previousValue, this.targetType)[this.targetProperty] = this.newValue
Objects.getObjectByName(this.previousValue, this.targetType)['name'] = this.newValue
}
getReadableString() {