Apply capitalization guidelines - iteration 7 (#12343) (#12453)

This commit is contained in:
Michael S. Molina
2021-01-22 02:46:06 -03:00
committed by GitHub
parent 2a587f6cb1
commit d9388d4535
15 changed files with 31 additions and 31 deletions

View File

@@ -169,7 +169,7 @@ export default function SaveQuery({
primaryButtonName={isSaved ? t('Save') : t('Save as')}
width="620px"
show={showSave}
title={<h4>{t('Save Query')}</h4>}
title={<h4>{t('Save query')}</h4>}
footer={[
<>
<Button onClick={close} data-test="cancel-query" cta>
@@ -181,7 +181,7 @@ export default function SaveQuery({
className="m-r-3"
cta
>
{isSaved ? t('Save As New') : t('Save')}
{isSaved ? t('Save as new') : t('Save')}
</Button>
{isSaved && (
<Button