Skip to content

Commit

Permalink
Updated responses from manual optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Feb 20, 2024
1 parent c185807 commit 3387477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,8 @@ export class SettingsScreenNoTranslation extends React.Component {
const result = await optimizeMessages(10, false);
if (result === true) {
toastPopUp(i18next.t('optimizationComplete'));
} else if (result === false) {
toastPopUp(i18next.t('optimizationFailed'));
} else {
toastPopUp(i18next.t('cancelOptimize').replace(/{inputs.length}/g, result));
}
Expand Down

0 comments on commit 3387477

Please sign in to comment.