We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d77c0 commit d08af57Copy full SHA for d08af57
src/base/friendship/magic.js
@@ -27,7 +27,7 @@ function getFriendship() {
27
if (!items.length) return;
28
29
toast({
30
- title: Translation.Setting('friendship.notification'),
+ title: Translation.Toast('friendship.notification'),
31
text: `- ${items.join('\n- ')}`,
32
className: 'dismissable',
33
buttons: {
0 commit comments