Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class AppProfile {
private destroyApiUserListener;

private config: EnvironmentDeckDeckGoConfig = EnvironmentConfigService.getInstance().get('deckdeckgo');

private firebase: boolean = firebase();

constructor() {
Expand Down Expand Up @@ -496,6 +497,10 @@ export class AppProfile {
}

private renderEmail() {
if (!this.firebase) {
return undefined;
}

return [
<ion-item class="item-title">
<ion-label>{i18n.state.settings.email}</ion-label>
Expand Down
2 changes: 1 addition & 1 deletion studio/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"no_way_back": "Sobald dein Account gelöscht wurde, gibt es kein zurück. Bitte, sei sicher.",
"delete_user": "Lösche meinen Account",
"profile_picture": "Profilbild",
"profile_picture_tips": "Tipp: Wenn du dein Profilbild aktualisierst, nutze möglichst ein quadratisches Bild.",
"profile_picture_tips": "Tipp: ein quadratisches Bild ist am besten geeignet",
"summary": "Zusammenfassung",
"bio": "Deine Kurz-Biografie oder wie stellst du dich vor",
"custom": "Benutzerdefiniert",
Expand Down
4 changes: 2 additions & 2 deletions studio/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"access_docs": "{0} to save your documents online.",
"access_assets": "{0} to access your online assets (images and data).",
"info_assets": "The assets (images and data) you have use in your presentations and that have been uploaded in your online private storage.",
"profile_note": "Note that your update has no effect on the presentations you would have already published.",
"profile_note": "Note: Your update has no effect on the presentations already published.",
"name": "Name",
"email": "Email",
"newsletter": "Send me newsletter emails",
Expand All @@ -100,7 +100,7 @@
"no_way_back": "Once you delete your user, there is no going back. Please be certain.",
"delete_user": "Delete my user",
"profile_picture": "Profile picture",
"profile_picture_tips": "Tips: if you would update your profile picture, ideally use a square image for that purpose",
"profile_picture_tips": "Tips: a square image is best suited",
"summary": "Summary",
"bio": "Your short biography or how do you introduce yourself",
"custom": "Custom",
Expand Down
2 changes: 1 addition & 1 deletion studio/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"no_way_back": "Una vez que eliminas tu usuario, no hay vuelta atrás. Por favor, asegúrate.",
"delete_user": "Eliminar mi usuario",
"profile_picture": "Foto de perfil",
"profile_picture_tips": "Consejos: si quieres actualizar tu foto de perfil, lo ideal es que utilices una imagen cuadrada para ello",
"profile_picture_tips": "Consejos: la imagen cuadrada es la más adecuada ",
"summary": "Resumen",
"bio": "Su breve biografía o cómo se presenta",
"custom": "Personalizado",
Expand Down
2 changes: 1 addition & 1 deletion studio/src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"no_way_back": "Zodra u uw gebruiker verwijdert, is er geen weg meer terug. Wees alstublieft zeker.",
"delete_user": "Verwijder mijn gebruiker",
"profile_picture": "Profielfoto",
"profile_picture_tips": "Tips: als u uw profielfoto wilt bijwerken, gebruik dan idealiter een vierkante afbeelding voor het beste resultaat",
"profile_picture_tips": "Tips: vierkante afbeelding is het meest geschikt",
"summary": "Samenvatting",
"bio": "Uw korte biografie of hoe u uzelf voorstelt",
"custom": "Aangepast",
Expand Down