chore: Extract product name from translation strings (#4646)

This commit is contained in:
Tom Moor
2023-01-04 19:00:57 -08:00
committed by GitHub
parent f655288f67
commit 445d19f43e
32 changed files with 123 additions and 80 deletions

View File

@@ -37,7 +37,7 @@ export default ({ unsubscribeUrl }: Props) => {
<TR>
<TD style={footerStyle}>
<a href={env.URL} style={linkStyle}>
Outline
{env.APP_NAME}
</a>
<a href={twitterUrl()} style={externalLinkStyle}>
Twitter

View File

@@ -14,7 +14,7 @@ export default () => {
<TD>
<EmptySpace height={40} />
<img
alt="Outline"
alt={env.APP_NAME}
src={
isCloudHosted
? `${url}/email/header-logo.png`