File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 628628 "OpgSlo" : " Paramètres admin" ,
629629 "LaqXuS" : " Panneau de paramètres bientôt disponible..." ,
630630 "KI5ndC" : " Format de domaine invalide. Doit être un domaine valide comme exemple.com ou sub.exemple.com" ,
631- "39ieyq" : " Format de nom de paquet invalide. Doit être comme com.example.app" ,
631+ "39ieyq" : " Format de nom de paquet invalide. Doit être au format com.example.app" ,
632632 "/0J7Xq" : " Impossible de traiter l'image de l'ic\u00f4 ne" ,
633633 "cGNlRB" : " Passez à Pro pour ajouter plus de sites web" ,
634634 "UpxSPM" : " Vous devez avoir un abonnement actif pour ajouter des sites web" ,
Original file line number Diff line number Diff line change 10151015 "hmloF3" : " Informações do Dispositivo" ,
10161016 "Q6TgDI" : " Dispositivo:" ,
10171017 "tH05Pi" : " Modelo do dispositivo:" ,
1018- "ShHw0c" : " Versão do app :" ,
1018+ "ShHw0c" : " Versão do aplicativo :" ,
10191019 "olraZu" : " Navegador:" ,
10201020 "0hgmQx" : " SO:" ,
10211021 "VyvTDF" : " Tela:" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export function NoData() {
123123 < div className = "text-xs text-muted-foreground" > { t ( "Place this snippet in the {headTag} of your website:" , { headTag : "<head>" } ) } </ div >
124124 < CodeSnippet
125125 language = "HTML"
126- code = { `<script\n src="${ globalThis . location . origin } /api/script.js"\n data-site-id="${ siteMetadata ?. id ?? siteMetadata ?. siteId } "\n defer\n></script>` }
126+ code = { `<script\n src="${ globalThis . location ? .origin ?? "https://your-rybbit-instance.com" } /api/script.js"\n data-site-id="${ siteMetadata ?. id ?? siteMetadata ?. siteId } "\n defer\n></script>` }
127127 className = "text-xs"
128128 />
129129 < span className = "text-xs text-muted-foreground" >
You can’t perform that action at this time.
0 commit comments