Since we are preserving the alias when updating dictionaries, for dictionaries which have new title for every new version, the alias does not match the title after updated. For example:
Therefore, we want to update the alias if it is the same as the title (not yet set by the user), and preserve the alias otherwise.
Additional change to #1553.
Since we are preserving the alias when updating dictionaries, for dictionaries which have new title for every new version, the alias does not match the title after updated. For example:
Therefore, we want to update the alias if it is the same as the title (not yet set by the user), and preserve the alias otherwise.