Skip to content

Commit 498abae

Browse files
committed
fix(settings): inversed title and description
1 parent 04fd381 commit 498abae

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

src/ui/settings/analyze/max-concurrent-analyses-select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export function MaxConcurrentAnalysesSelect() {
3131
}}
3232
/>
3333
}
34-
description={<Trans>Maximum number of concurrent analyses.</Trans>}
35-
title={<Trans context="Settings title">Maximum number of analyses that can run at the same time.</Trans>}
34+
title={<Trans context="Settings title">Maximum number of concurrent analyses</Trans>}
35+
description={<Trans>Maximum number of analyses that can run at the same time.</Trans>}
3636
/>
3737
);
3838
}

src/ui/translations/de/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr ""
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

src/ui/translations/en/messages.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6811,11 +6811,11 @@ msgid "Ignore bans happened before first match"
68116811
msgstr "Ignore bans happened before first match"
68126812

68136813
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6814-
msgid "Maximum number of concurrent analyses."
6815-
msgstr "Maximum number of concurrent analyses."
6814+
msgctxt "Settings title"
6815+
msgid "Maximum number of concurrent analyses"
6816+
msgstr "Maximum number of concurrent analyses"
68166817

68176818
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6818-
msgctxt "Settings title"
68196819
msgid "Maximum number of analyses that can run at the same time."
68206820
msgstr "Maximum number of analyses that can run at the same time."
68216821

src/ui/translations/es/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr ""
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

src/ui/translations/fr/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr "Ignorer les bans qui ont eu lieu avant le premier match"
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

src/ui/translations/pt-BR/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr ""
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

src/ui/translations/zh-CN/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr "忽略在第一场比赛之前的封禁事件"
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

src/ui/translations/zh-TW/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,11 +6812,11 @@ msgid "Ignore bans happened before first match"
68126812
msgstr ""
68136813

68146814
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6815-
msgid "Maximum number of concurrent analyses."
6815+
msgctxt "Settings title"
6816+
msgid "Maximum number of concurrent analyses"
68166817
msgstr ""
68176818

68186819
#: src/ui/settings/analyze/max-concurrent-analyses-select.tsx
6819-
msgctxt "Settings title"
68206820
msgid "Maximum number of analyses that can run at the same time."
68216821
msgstr ""
68226822

0 commit comments

Comments
 (0)