Trying to fix localized appstream description
This commit is contained in:
parent
9873263308
commit
2d7c038b46
3 changed files with 3 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue