fix: use "starred" instead of "favorite", fix tests

This commit is contained in:
2025-10-05 10:43:05 -06:00
parent 088b9eff7f
commit 6fe4f21ea8
4 changed files with 9 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ Raymer * @version 1.0.0 */
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}
</span>
<p class="text-center">
favorite project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
starred project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
with changes
</p>
</div>

View File

@@ -161,7 +161,7 @@
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}</span
>
<span class="text-lg font-medium ml-4"
>Favorite Project{{
>Starred Project{{
newStarredProjectChanges.length === 1 ? "" : "s"
}}
With Changes</span
@@ -446,7 +446,7 @@ export default class NewActivityView extends Vue {
// note that we don't update this.lastAckedOfferToUserJwtId in case they
// later choose the last one to keep the offers as new
this.notify.info(
"The offers are marked read. Click in the list to keep them unread.",
"The offers are marked as read. Click in the list to keep them unread.",
TIMEOUTS.LONG,
);
}