1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

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
+6 -2
View File
@@ -58,7 +58,9 @@ class Updates extends Component {
{
noUpdates &&
<div>No updates are available</div>
<div>
{translate('NoUpdatesAreAvailable')}
</div>
}
{
@@ -162,7 +164,9 @@ class Updates extends Component {
{
!hasChanges &&
<div>Maintenance release</div>
<div>
{translate('MaintenanceRelease')}
</div>
}
{