fix(tests): sanity and common

This commit is contained in:
SabreCat
2022-08-19 16:10:18 -05:00
parent 49a20218a5
commit f063b9e81c
3 changed files with 2 additions and 14 deletions

View File

@@ -303,7 +303,7 @@ export default {
return `@${userName} completed at ${moment(completedDate).format('h:mm A')}`;
}
if (this.userIsAssigned) {
return this.$t('you');
return this.$t('youEmphasized');
}
return `@${userName}`;
}