зеркало из https://github.com/nextcloud/spreed.git
Replace all mentions in quotes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
51a5b85287
Коммит
4f3729777e
|
@ -200,7 +200,7 @@ export default {
|
|||
|
||||
// We don't really use rich objects in the subtitle, instead we fall back to the name of the item
|
||||
Object.keys(params).forEach((parameterKey) => {
|
||||
subtitle = subtitle.replace('{' + parameterKey + '}', params[parameterKey].name)
|
||||
subtitle = subtitle.replaceAll('{' + parameterKey + '}', params[parameterKey].name)
|
||||
})
|
||||
|
||||
return subtitle
|
||||
|
|
Загрузка…
Ссылка в новой задаче