Fixed Apostrophe

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-21 17:06:01 +02:00
parent df95fdc08a
commit 47279d1c3b
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ export default class ProfileCard extends Card {
)
this.title = `${encodeHTML(this.username)}${
['x', 's'].includes(this.username.slice(-1)) ? '' : 's'
['x', 's'].includes(this.username.slice(-1)) ? '\'' : '\'s'
} Code::Stats Profile`
const textColor = getColor('text_color', options.text_color, options.theme)