Skip to content

Commit 624f30f

Browse files
author
Liza K
committed
Update texts by @gchaps
1 parent b6026f2 commit 624f30f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/plugins/data/public/search/errors/timeout_error.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ export class SearchTimeoutError extends KbnError {
4545
case TimeoutErrorMode.UPGRADE:
4646
return i18n.translate('data.search.upgradeLicense', {
4747
defaultMessage:
48-
'One or more queries timed out. With our free Basic tier, your queries never time out.',
48+
'Your query has timed out. With our free Basic tier, your queries never time out.',
4949
});
5050
case TimeoutErrorMode.CONTACT:
5151
return i18n.translate('data.search.timeoutContactAdmin', {
5252
defaultMessage:
53-
'One or more queries timed out. Contact your system administrator to increase the run time.',
53+
'Your query has timed out. Contact your system administrator to increase the run time.',
5454
});
5555
case TimeoutErrorMode.CHANGE:
5656
return i18n.translate('data.search.timeoutIncreaseSetting', {
5757
defaultMessage:
58-
'One or more queries timed out. Increase run time with the search timeout advanced setting.',
58+
'Your query has timed out. Increase run time with the search timeout advanced setting.',
5959
});
6060
}
6161
}
@@ -64,12 +64,12 @@ export class SearchTimeoutError extends KbnError {
6464
switch (this.mode) {
6565
case TimeoutErrorMode.UPGRADE:
6666
return i18n.translate('data.search.upgradeLicenseActionText', {
67-
defaultMessage: 'Upgrade',
67+
defaultMessage: 'Upgrade now',
6868
});
6969
break;
7070
case TimeoutErrorMode.CHANGE:
7171
return i18n.translate('data.search.timeoutIncreaseSettingActionText', {
72-
defaultMessage: 'Go to Advanced Settings',
72+
defaultMessage: 'Edit setting',
7373
});
7474
break;
7575
}

0 commit comments

Comments
 (0)