minor grammar oversight

This commit is contained in:
Maikiwi 2022-01-26 21:52:48 -08:00
parent 2861f21fcc
commit 3842699486

View file

@ -192,7 +192,7 @@
followActions[followAction],
{
icon: "./assets/feather/share.svg",
name: app.getLz('action.share'),
name: app.getLz('term.share'),
action: ()=>{
self.app.copyToClipboard(self.data.attributes.url)
}