core-components: fix AlertDisplay messaging
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed the messaging in the `AlertDisplay` where it was claiming that there were older messages available rather than newer.
|
||||
@@ -106,8 +106,8 @@ export const coreComponentsTranslationRef = createTranslationRef({
|
||||
},
|
||||
},
|
||||
alertDisplay: {
|
||||
message_one: '({{ count }} older message)',
|
||||
message_other: '({{ count }} older messages)',
|
||||
message_one: '({{ count }} newer message)',
|
||||
message_other: '({{ count }} newer messages)',
|
||||
},
|
||||
autoLogout: {
|
||||
stillTherePrompt: {
|
||||
|
||||
Reference in New Issue
Block a user