mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
0b4ee9f0ec
commit
1c3008c217
3 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ Adding this link to your feed reader will keep you up to date.`,
|
|||
anon: 'Anon',
|
||||
anon_description: `You can add an event without registering or logging in, but in this case you will have to wait for someone to read it
|
||||
confirming that it is an event suitable for this space, delegating this choice. Furthermore it will not be possible to modify it.<br/><br/>
|
||||
You can instead <a href='/login'>log in</a> or <a href='/register'>register</a>, otherwise go ahead and get an answer as soon as possible.`,
|
||||
You can instead <a href='/?ref=login'>log in</a> or <a href='/?ref=register'>register</a>, otherwise go ahead and get an answer as soon as possible.`,
|
||||
same_day: 'on same day',
|
||||
what_description: 'Title',
|
||||
description_description: 'Description',
|
||||
|
|
|
@ -99,7 +99,7 @@ export default {
|
|||
anon_description: `Podés ingresar un evento sin registrarte o iniciar sesión,
|
||||
pero en este caso tendrás que esperar a que alguien lo lea para confirmar que
|
||||
es un evento adecuado para este espacio, delegando esta elección. Además, no será posible modificarlo. <br/> <br/>
|
||||
Si no te gusta, podés <a href='/login'> iniciar sesión </a> o <a href='/register'> registrarte </a>,
|
||||
Si no te gusta, podés <a href='/?ref=login'> iniciar sesión </a> o <a href='/?ref=register'> registrarte </a>,
|
||||
de lo contrario, continúa y recibirás una respuesta lo antes posible.`,
|
||||
same_day: 'Mismo día',
|
||||
what_description: 'Nombre evento',
|
||||
|
|
|
@ -106,7 +106,7 @@ export default {
|
|||
anon_description: `Puoi inserire un evento senza registrarti o fare il login,
|
||||
ma in questo caso dovrai aspettare che qualcuno lo legga confermando che si
|
||||
tratta di un evento adatto a questo spazio, delegando questa scelta. Inoltre non sarà possibile modificarlo.<br/><br/>
|
||||
Puoi invece fare il <a href='/login'>login</a> o <a href='/register'>registrarti</a>,
|
||||
Puoi invece fare il <a href='/?ref=login'>login</a> o <a href='/?ref=register'>registrarti</a>,
|
||||
altrimenti vai avanti e riceverai una risposta il prima possibile. `,
|
||||
same_day: 'Stesso giorno',
|
||||
what_description: 'Nome evento',
|
||||
|
|
Loading…
Reference in a new issue