You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2021/01/25 03:58:42 UTC

[pulsar-manager] branch master updated: 362 fix retention size label (#372)

This is an automated email from the ASF dual-hosted git repository.

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 9308143  362 fix retention size label (#372)
9308143 is described below

commit 9308143abc145e5cbc0df491a3b35baf8a9e579e
Author: leo-vie <77...@users.noreply.github.com>
AuthorDate: Mon Jan 25 04:58:36 2021 +0100

    362 fix retention size label (#372)
    
    Fixes #362
    
    
    ### Verifying this change
    
    - [x] Make sure that the change passes the `./gradlew build` checks.
---
 front-end/src/lang/en.js | 2 +-
 front-end/src/lang/zh.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/front-end/src/lang/en.js b/front-end/src/lang/en.js
index 3e87161..23f566e 100644
--- a/front-end/src/lang/en.js
+++ b/front-end/src/lang/en.js
@@ -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)',
diff --git a/front-end/src/lang/zh.js b/front-end/src/lang/zh.js
index 304ddd0..bbec239 100644
--- a/front-end/src/lang/zh.js
+++ b/front-end/src/lang/zh.js
@@ -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)',