mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-23 18:30:23 +00:00
🔠 Standardize brand name casing to **EINUNDZWANZIG** across translations, controllers, views, and configurations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ __('Login bestätigt') }} — Einundzwanzig</title>
|
||||
<title>{{ __('Login bestätigt') }} — EINUNDZWANZIG</title>
|
||||
<style>
|
||||
body { margin: 0; min-height: 100dvh; display: flex; align-items: center; justify-content: center;
|
||||
background: #09090b; color: #fafafa; font-family: ui-sans-serif, system-ui, sans-serif; }
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="card">
|
||||
<div class="check">✅</div>
|
||||
<h1>{{ __('Login bestätigt') }}</h1>
|
||||
<p>{{ __('Tippe auf den Button, um zurück zur Einundzwanzig-App zu gelangen.') }}</p>
|
||||
<p>{{ __('Tippe auf den Button, um zurück zur EINUNDZWANZIG-App zu gelangen.') }}</p>
|
||||
<a class="button" href="{{ $deepLink }}">{{ __('Zurück zur App') }}</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ __('Anmeldung mit Nostr') }} — Einundzwanzig</title>
|
||||
<title>{{ __('Anmeldung mit Nostr') }} — EINUNDZWANZIG</title>
|
||||
<style>
|
||||
body { margin: 0; min-height: 100dvh; display: flex; align-items: center; justify-content: center;
|
||||
background: #09090b; color: #fafafa; font-family: ui-sans-serif, system-ui, sans-serif; }
|
||||
@@ -40,11 +40,11 @@
|
||||
const eventEnc = encodeURIComponent(JSON.stringify(event));
|
||||
const callbackUrl = @js($callbackUrl);
|
||||
const query = 'compressionType=none&returnType=event&type=sign_event'
|
||||
+ '&appName=Einundzwanzig&callbackUrl=' + encodeURIComponent(callbackUrl);
|
||||
+ '&appName=EINUNDZWANZIG&callbackUrl=' + encodeURIComponent(callbackUrl);
|
||||
|
||||
window.location.href = 'intent:' + eventEnc + '?' + query
|
||||
+ '#Intent;scheme=nostrsigner;category=android.intent.category.BROWSABLE'
|
||||
+ ';S.type=sign_event;S.returnType=event;S.appName=Einundzwanzig'
|
||||
+ ';S.type=sign_event;S.returnType=event;S.appName=EINUNDZWANZIG'
|
||||
+ ';S.callbackUrl=' + callbackUrl
|
||||
+ ';end';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user