Skip to content

Commit d08af57

Browse files
authored
fix(friendship): use Toast rather than Setting text
1 parent 27d77c0 commit d08af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/friendship/magic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function getFriendship() {
2727
if (!items.length) return;
2828

2929
toast({
30-
title: Translation.Setting('friendship.notification'),
30+
title: Translation.Toast('friendship.notification'),
3131
text: `- ${items.join('\n- ')}`,
3232
className: 'dismissable',
3333
buttons: {

0 commit comments

Comments
 (0)