mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Translation update, updating inline div tags and placeHolder attributes
This commit is contained in:
@@ -32,7 +32,9 @@ function LogsTableDetailsModal(props) {
|
||||
</ModalHeader>
|
||||
|
||||
<ModalBody>
|
||||
<div>Message</div>
|
||||
<div>
|
||||
{translate('Message')}
|
||||
</div>
|
||||
|
||||
<Scroller
|
||||
className={styles.detailsText}
|
||||
@@ -44,7 +46,9 @@ function LogsTableDetailsModal(props) {
|
||||
{
|
||||
!!exception &&
|
||||
<div>
|
||||
<div>Exception</div>
|
||||
<div>
|
||||
{translate('Exception')}
|
||||
</div>
|
||||
<Scroller
|
||||
className={styles.detailsText}
|
||||
scrollDirection={scrollDirections.HORIZONTAL}
|
||||
|
||||
Reference in New Issue
Block a user