aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Ikko Ashimine <eltociear@gmail.com>2021-05-05 16:46:19 +0900
committerLibravatar GitHub <noreply@github.com>2021-05-05 07:46:19 +0000
commit08cba02de9b4dc92fdb7f5165188e69459fcd64f (patch)
tree2f6de4ba564a574190554cbfbbf014c261e6e726 /src/components
parentRemoved redundant 'git' commands. (#1343) (diff)
downloadferdium-app-08cba02de9b4dc92fdb7f5165188e69459fcd64f.tar.gz
ferdium-app-08cba02de9b4dc92fdb7f5165188e69459fcd64f.tar.zst
ferdium-app-08cba02de9b4dc92fdb7f5165188e69459fcd64f.zip
Fix typo in Login.js (#1348)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/auth/Login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js
index f33d134c8..23fdfcac7 100644
--- a/src/components/auth/Login.js
+++ b/src/components/auth/Login.js
@@ -143,7 +143,7 @@ export default @inject('actions') @observer class Login extends Component {
143 <h1>{intl.formatMessage(messages.headline)}</h1> 143 <h1>{intl.formatMessage(messages.headline)}</h1>
144 {isDevMode && !useLiveAPI && ( 144 {isDevMode && !useLiveAPI && (
145 <Infobox type="warning"> 145 <Infobox type="warning">
146 In Dev Mode your data is not persistent. Please use the live app for accesing the production API. 146 In Dev Mode your data is not persistent. Please use the live app for accessing the production API.
147 </Infobox> 147 </Infobox>
148 )} 148 )}
149 {isTokenExpired && ( 149 {isTokenExpired && (