mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(notif/ui): Use custom application title in notifications & sign-in page (#849)
This commit is contained in:
@@ -54,7 +54,7 @@ div(role='article' aria-roledescription='email' aria-label='' lang='en')
|
||||
color: #a8aaaf;\
|
||||
text-decoration: none;\
|
||||
')
|
||||
| Overseerr
|
||||
| #{applicationTitle}
|
||||
tr
|
||||
td(style='width: 100%' width='100%')
|
||||
table.sm-w-full(align='center' style='\
|
||||
@@ -74,7 +74,7 @@ div(role='article' aria-roledescription='email' aria-label='' lang='en')
|
||||
margin-bottom: 20px;\
|
||||
color: #51545e;\
|
||||
')
|
||||
a(href=applicationUrl style='color: #3869d4') Open Overseerr
|
||||
a(href=applicationUrl style='color: #3869d4') Open #{applicationTitle}
|
||||
tr
|
||||
td
|
||||
table.sm-w-full(align='center' style='\
|
||||
@@ -93,4 +93,4 @@ tr
|
||||
text-align: center;\
|
||||
color: #a8aaaf;\
|
||||
')
|
||||
| Overseerr.
|
||||
| #{applicationTitle}
|
||||
|
||||
@@ -1 +1 @@
|
||||
= `Test Notification - Overseerr`
|
||||
= `Test Notification - ${applicationTitle}`
|
||||
|
||||
Reference in New Issue
Block a user