fix: Improve en strings (#2431)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:12 -07:00
committed by dermotduffy
parent e2cceb55c8
commit a1202e8b8f
2 changed files with 21 additions and 21 deletions
@@ -431,7 +431,7 @@ describe('MediaDetailsController', () => {
expect(cardAPI.getNotificationManager().setNotification).not.toHaveBeenCalled();
// 2. Favorite control
expect(controls?.[1].tooltip).toBe('Media will be indefinitely retained');
expect(controls?.[1].tooltip).toBe('Retain media indefinitely');
expect(controls?.[1].dismiss).toBe(false);
await executeControlAction(controls[1], cardAPI);
expect(cardAPI.getNotificationManager().setNotification).toHaveBeenCalled();