Merged in fix/add-translation-no-prices-available (pull request #949)
fix: add translation for no prices available * fix: add translation for no prices available Approved-by: Pontus Dreij Approved-by: Christian Andolf
This commit is contained in:
@@ -36,7 +36,7 @@ export default function FlexibilityOption({
|
||||
</div>
|
||||
<Label size="regular" className={styles.noPricesLabel}>
|
||||
<Caption color="uiTextHighContrast" type="bold">
|
||||
{intl.formatMessage({ id: "No Prices available" })}
|
||||
{intl.formatMessage({ id: "No prices available" })}
|
||||
</Caption>
|
||||
</Label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user