FIX: Missing icon in notifications for solved

This commit is contained in:
Robin Ward 2017-09-15 13:55:08 -04:00
parent ef87bdc129
commit 19b1448d76
2 changed files with 10 additions and 0 deletions

View File

@ -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');
});
}
};

View File

@ -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"