Skip to content

Commit 176a02a

Browse files
fix(ui5-message-strip): align message strip announcements with latest figma (#12135)
Co-authored-by: ilhan orhan <[email protected]>
1 parent b3abf2d commit 176a02a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/main/src/i18n/messagebundle.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -314,37 +314,37 @@ ARIA_LABEL_LIST_MULTISELECTABLE=Contains Multi-Selectable Items
314314
ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
315315

316316
#XTOL: Tooltip of information message strip close button
317-
MESSAGE_STRIP_CLOSE_BUTTON_INFORMATION=Information Information Bar Close
317+
MESSAGE_STRIP_CLOSE_BUTTON_INFORMATION=Information Message Strip Close
318318

319319
#XTOL: Tooltip of positive message strip close button
320-
MESSAGE_STRIP_CLOSE_BUTTON_POSITIVE=Positive Information Bar Close
320+
MESSAGE_STRIP_CLOSE_BUTTON_POSITIVE=Positive Message Strip Close
321321

322322
#XTOL: Tooltip of negative message strip close button
323-
MESSAGE_STRIP_CLOSE_BUTTON_NEGATIVE=Negative Information Bar Close
323+
MESSAGE_STRIP_CLOSE_BUTTON_NEGATIVE=Negative Message Strip Close
324324

325325
#XTOL: Tooltip of critical message strip close button
326-
MESSAGE_STRIP_CLOSE_BUTTON_CRITICAL=Critical Information Bar Close
326+
MESSAGE_STRIP_CLOSE_BUTTON_CRITICAL=Critical Message Strip Close
327327

328328
#XTOL: Tooltip of custom message strip close button
329-
MESSAGE_STRIP_CLOSE_BUTTON_CUSTOM=Custom Information Bar Close
329+
MESSAGE_STRIP_CLOSE_BUTTON_CUSTOM=Custom Message Strip Close
330330

331331
#XACT: ARIA announcement for the MessageStrip's closable state
332332
MESSAGE_STRIP_CLOSABLE=Closable
333333

334334
#XACT: ARIA announcement for the MessageStrip's "Error" state
335-
MESSAGE_STRIP_ERROR=Error Information Bar
335+
MESSAGE_STRIP_ERROR=Error Message Strip
336336

337337
#XACT: ARIA announcement for the MessageStrip's "Warning" state
338-
MESSAGE_STRIP_WARNING=Warning Information Bar
338+
MESSAGE_STRIP_WARNING=Warning Message Strip
339339

340340
#XACT: ARIA announcement for the MessageStrip's "Success" state
341-
MESSAGE_STRIP_SUCCESS=Success Information Bar
341+
MESSAGE_STRIP_SUCCESS=Success Message Strip
342342

343343
#XACT: ARIA announcement for the MessageStrip's "Information" state
344-
MESSAGE_STRIP_INFORMATION=Information Bar
344+
MESSAGE_STRIP_INFORMATION=Message Strip
345345

346346
#XACT: ARIA announcement for the MessageStrip's "Custom" state
347-
MESSAGE_STRIP_CUSTOM=Custom Information Bar
347+
MESSAGE_STRIP_CUSTOM=Custom Message Strip
348348

349349
#XFLD: MultiComboBox dialog button
350350
MULTICOMBOBOX_DIALOG_OK_BUTTON=OK

0 commit comments

Comments
 (0)