FIX: Missing icon in notifications for solved
This commit is contained in:
parent
ef87bdc129
commit
19b1448d76
|
@ -163,6 +163,7 @@ function initializeWithApi(api) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default {
|
||||
|
@ -212,5 +213,9 @@ export default {
|
|||
});
|
||||
|
||||
withPluginApi('0.1', initializeWithApi);
|
||||
|
||||
withPluginApi('0.8.10', api => {
|
||||
api.replaceIcon('notification.solved.accepted_notification', 'check-square');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
en:
|
||||
js:
|
||||
notifications:
|
||||
alt:
|
||||
solved:
|
||||
accepted_notification: "accepted"
|
||||
|
||||
solved:
|
||||
title: "Solved"
|
||||
allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution"
|
||||
|
|
Loading…
Reference in New Issue