mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
[Client:Mobile] Fix: Typo
This commit is contained in:
parent
ee855535fb
commit
1eed2a7bdf
@ -26,7 +26,7 @@
|
||||
|
||||
document.title = user.name + 'のフォロワー | Misskey'
|
||||
# TODO: ユーザー名をエスケープ
|
||||
@ui.trigger \title '<img src="' + user.avatar_url + '?thumbnail&size=64">' + user.name + 'のフォロー'
|
||||
@ui.trigger \title '<img src="' + user.avatar_url + '?thumbnail&size=64">' + user.name + 'のフォロワー'
|
||||
|
||||
@update!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user