Skip to content

Commit 5d7b60e

Browse files
ClementBouvierNfreddidierRTE
authored andcommitted
Updated filtered cards error message (#8717)
Signed-off-by: ClementBouvierN <[email protected]>
1 parent da5e7ef commit 5d7b60e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/test/cypress/cypress/integration/SoundNotification.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021-2024, RTE (http://www.rte-france.com)
1+
/* Copyright (c) 2021-2025, RTE (http://www.rte-france.com)
22
* See AUTHORS.txt
33
* This Source Code Form is subject to the terms of the Mozilla Public
44
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -217,7 +217,7 @@ describe('Sound notification test', function () {
217217
cy.tick(1000);
218218
feed.checkNumberOfDisplayedCardsIs(0);
219219
sendCardWithSeverityAlarm();
220-
cy.get('#opfab-alert-detail-msg').find('span').eq(0).contains('You have received a card hidden by the filters you have activated (Timeline or card feed)');
220+
cy.get('#opfab-alert-detail-msg').find('span').eq(0).contains('You have received a card hidden by the filters you have activated');
221221
cy.tick(100);
222222
sound.checkNumberOfEmittedSoundIs(1);
223223
feed.checkNumberOfDisplayedCardsIs(0);

ui/main/src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"entityRecipients": "Entity recipients :",
325325
"entityRecipientsForInformation": "Entity recipients in copy :",
326326
"searchPlaceholderText": "Search...",
327-
"hiddenCardReceived": "You have received a card hidden by the filters you have activated (Timeline or card feed)",
327+
"hiddenCardReceived": "You have received a card hidden by the filters you have activated",
328328
"externalDeviceSoundNotificationError": "Impossible to send alarm signal to external devices",
329329
"businessPeriod": "Business period :"
330330
},

ui/main/src/assets/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"entityRecipients": "Entités destinataires :",
326326
"entityRecipientsForInformation": "Entités destinataires en copie :",
327327
"searchPlaceholderText": "Rechercher...",
328-
"hiddenCardReceived": "Vous avez reçu une carte masquée par les filtres que vous avez activés (Timeline ou flux de cartes)",
328+
"hiddenCardReceived": "Vous avez reçu une carte masquée par les filtres que vous avez activés",
329329
"externalDeviceSoundNotificationError": "Impossible d'envoyer le signal d'alarme sur le système externe",
330330
"businessPeriod": "Période métier :"
331331
},

ui/main/src/assets/i18n/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"entityRecipients": "Ontvangers entiteiten :",
325325
"entityRecipientsForInformation": "Ontvangers entiteiten in kopie :",
326326
"searchPlaceholderText": "Zoeken...",
327-
"hiddenCardReceived": "Je hebt een kaart ontvangen die verborgen is door de filters die je hebt geactiveerd (tijdlijn of kaart feed)",
327+
"hiddenCardReceived": "Je hebt een kaart ontvangen die verborgen is door de filters die je hebt geactiveerd",
328328
"externalDeviceSoundNotificationError": "Onmogelijk om een alarmsignaal naar externe apparaten te sturen",
329329
"businessPeriod": "Bedrijfsperiode :"
330330
},

0 commit comments

Comments
 (0)