Compare commits

...

1 Commits

Author SHA1 Message Date
Nicoleta Panaghiu
5ac6e9004c RED-7550: Same value for redacted-text key. 2023-09-25 16:23:10 +03:00
2 changed files with 4 additions and 4 deletions

View File

@ -1249,7 +1249,7 @@
} }
}, },
"reason": "Reason", "reason": "Reason",
"redacted-text": "Redacted text", "redacted-text": "{type, select, hint{Hint} other{Redacted}} {length, plural, one{text} other {texts}}",
"section": "Paragraph / Location", "section": "Paragraph / Location",
"type": "Type", "type": "Type",
"unchanged": "Unchanged" "unchanged": "Unchanged"
@ -2541,4 +2541,4 @@
} }
}, },
"yesterday": "Gestern" "yesterday": "Gestern"
} }

View File

@ -1249,7 +1249,7 @@
} }
}, },
"reason": "Reason", "reason": "Reason",
"redacted-text": "Redacted text", "redacted-text": "{type, select, hint{Hint} other{Redacted}} {length, plural, one{text} other {texts}}",
"section": "Paragraph / Location", "section": "Paragraph / Location",
"type": "Type", "type": "Type",
"unchanged": "Unchanged" "unchanged": "Unchanged"
@ -2541,4 +2541,4 @@
} }
}, },
"yesterday": "Yesterday" "yesterday": "Yesterday"
} }