Translation update, updating inline div tags and placeHolder attributes

This commit is contained in:
nitsua
2020-09-05 14:46:39 -04:00
committed by Qstick
parent 914d8f9937
commit f286f99bb6
53 changed files with 313 additions and 96 deletions
@@ -57,7 +57,9 @@ function EditDelayProfileModalContent(props) {
{
!isFetching && !!error &&
<div>Unable to add a new quality profile, please try again.</div>
<div>
{translate('UnableToAddANewQualityProfilePleaseTryAgain')}
</div>
}
{
@@ -146,7 +146,9 @@ class EditQualityProfileModalContent extends Component {
{
!isFetching && !!error &&
<div>Unable to add a new quality profile, please try again.</div>
<div>
{translate('UnableToAddANewQualityProfilePleaseTryAgain')}
</div>
}
{