Merge pull request #1017 from zackspear/master

feat(upc): click server name to copy lan ip
This commit is contained in:
tom mortensen
2022-01-26 11:44:39 -08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
'backToPopUp' => sprintf(_('Back to %s'), _('Pop-up')),
'closePopUp' => sprintf(_('Close %s'), _('Pop-up')),
'contactSupport' => _('Contact Support'),
'lanIp' => sprintf(_('LAN IP %s'), '{0}'),
'lanIp' => sprintf(_('Click to copy LAN IP %s'), '{0}'),
'lanIpCopied' => _('LAN IP Copied'),
'continueToUnraid' => _('Continue to Unraid'),
'description' => _('Description'),
'year' => _('year'),

File diff suppressed because one or more lines are too long