Skip to content

Commit

Permalink
362 fix retention size label (apache#372)
Browse files Browse the repository at this point in the history
Fixes apache#362 


### Verifying this change

- [x] Make sure that the change passes the `./gradlew build` checks.
  • Loading branch information
leo-vie authored Jan 25, 2021
1 parent 8971dfe commit 9308143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front-end/src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export default {
messageTTLContent: 'Set message TTL in seconds. If the messages are not consumed by any consumers' +
' of a subscription, they are marked as `consumed` after the configured TTL period for that subscription.',
inputMessageTTL: 'Please input Backlog Quotas Limit',
retentionSize: 'Retention Size (bytes)',
retentionSize: 'Retention Size (megabytes)',
retentionSizeContent: 'The retention size. Only applied to the messages are acknowledged by all subscriptions.',
inputRententionSize: 'Please input retention size',
retentionTime: 'Retention Period (minutes)',
Expand Down
2 changes: 1 addition & 1 deletion front-end/src/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export default {
messageTTLContent: 'Set message TTL in seconds. If the messages are not consumed by any consumers' +
' of a subscription, they are marked as `consumed` after the configured TTL period for that subscription.',
inputMessageTTL: 'Please input Backlog Quotas Limit',
retentionSize: 'Retention Size (bytes)',
retentionSize: 'Retention Size (megabytes)',
retentionSizeContent: 'The retention size. Only applied to the messages are acknowledged by all subscriptions.',
inputRententionSize: 'Please input retention size',
retentionTime: 'Retention Period (minutes)',
Expand Down

0 comments on commit 9308143

Please sign in to comment.