Skip to content

Commit 2dae413

Browse files
committed
NO-JIRA: Unrelated microcopy improvements
1 parent 04d03a5 commit 2dae413

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

frontend/public/components/modals/expand-pvc-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const ExpandPVCModal = ({ resource, kind, close, cancel }: ExpandPVCModalProps)
5959
<Trans t={t} ns="public">
6060
Increase the capacity of PVC{' '}
6161
<strong className="co-break-word">{{ resourceName: resource.metadata.name }}.</strong>{' '}
62-
Note that capacity can't be less than the current PVC size. This can be a time-consuming
63-
process.
62+
Note that capacity must be at least the current PVC size. This expansion might take some
63+
time to complete.
6464
</Trans>
6565
</p>
6666
<label className="co-required">{t('public~Total size')}</label>

frontend/public/components/monitoring/receiver-forms/slack-receiver-form.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export const Form: React.FC<FormProps> = ({ globals, formValues, dispatchFormCha
253253
<FormHelperText>
254254
<HelperText>
255255
<HelperTextItem id="slack-title-help">
256-
{t('public~The title of the Slack message.')}
256+
{t('public~Slack message title')}
257257
</HelperTextItem>
258258
</HelperText>
259259
</FormHelperText>
@@ -270,9 +270,7 @@ export const Form: React.FC<FormProps> = ({ globals, formValues, dispatchFormCha
270270
/>
271271
<FormHelperText>
272272
<HelperText>
273-
<HelperTextItem id="slack-text-help">
274-
{t('public~The text of the Slack message.')}
275-
</HelperTextItem>
273+
<HelperTextItem id="slack-text-help">{t('public~Slack message text')}</HelperTextItem>
276274
</HelperText>
277275
</FormHelperText>
278276
</FormGroup>

frontend/public/locales/en/public.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
"Changes apply immediately.": "Changes apply immediately.",
932932
"OK": "OK",
933933
"Expand {{kind}}": "Expand {{kind}}",
934-
"Increase the capacity of PVC <2>{{resourceName}}.</2> Note that capacity can't be less than the current PVC size. This can be a time-consuming process.": "Increase the capacity of PVC <2>{{resourceName}}.</2> Note that capacity can't be less than the current PVC size. This can be a time-consuming process.",
934+
"Increase the capacity of PVC <2>{{resourceName}}.</2> Note that capacity must be at least the current PVC size. This expansion might take some time to complete.": "Increase the capacity of PVC <2>{{resourceName}}.</2> Note that capacity must be at least the current PVC size. This expansion might take some time to complete.",
935935
"Total size": "Total size",
936936
"requestSize": "requestSize",
937937
"Expand": "Expand",
@@ -1069,9 +1069,9 @@
10691069
"Link names": "Link names",
10701070
"Find and link channel names and usernames.": "Find and link channel names and usernames.",
10711071
"Title": "Title",
1072-
"The title of the Slack message.": "The title of the Slack message.",
1072+
"Slack message title": "Slack message title",
10731073
"Text": "Text",
1074-
"The text of the Slack message.": "The text of the Slack message.",
1074+
"Slack message text": "Slack message text",
10751075
"The endpoint to send HTTP POST requests to.": "The endpoint to send HTTP POST requests to.",
10761076
"Me": "Me",
10771077
"System": "System",

0 commit comments

Comments
 (0)