mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: button translations missing (#11187)
* button translations missing * blank space before text
This commit is contained in:
@@ -88,7 +88,7 @@ export default function QueryAndSaveBtns({
|
||||
buttonSize="small"
|
||||
disabled={!canAdd}
|
||||
>
|
||||
<i className="fa fa-stop-circle-o" /> Stop
|
||||
<i className="fa fa-stop-circle-o" /> {t('Stop')}
|
||||
</Button>
|
||||
) : (
|
||||
<Button
|
||||
@@ -116,7 +116,7 @@ export default function QueryAndSaveBtns({
|
||||
onClick={onSave}
|
||||
data-test="query-save-button"
|
||||
>
|
||||
<i className="fa fa-plus-circle" /> Save
|
||||
<i className="fa fa-plus-circle" /> {t('Save')}
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
{errorMessage && (
|
||||
|
||||
Reference in New Issue
Block a user