You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "A scene you can use in the #{app_config["translations"]["en"]["app-name"]||''} immersive spaces and others powered by Hubs. #{app_config["translations"]["en"]["app-description"]||''}"|>String.replace("\\n"," "),
73
+
title: join_smart([scene.name,app_name]),
74
+
name: scene.name,
75
+
description: join_smart([
76
+
scene.description,
77
+
"A scene you can use in the #{app_name} immersive spaces and others powered by Hubs",
description: "An avatar you can use in the #{app_config["translations"]["en"]["app-name"]||""} immersive spaces and others powered by Hubs."|>String.replace("\\n"," "),
112
+
title: join_smart([avatar.name,app_name]),
113
+
name: avatar.name,
114
+
description: "An avatar you can use in the #{app_name} immersive spaces and others powered by Hubs.",
104
115
ret_meta: Ret.Meta.get_meta(include_repo: false),
105
116
translations: app_config["translations"]["en"],
106
117
root_url: RetWeb.Endpoint.url(),
@@ -132,13 +143,20 @@ defmodule RetWeb.PageController do
description: "#{app_config["translations"]["en"]["app-description"]||''} — Immersive spaces, right in your browser, powered by Hubs"|>String.replace("\\n"," "),
description: "Join others in an immersive space in #{app_config["translations"]["en"]["app-name"]||''}, right in your browser. #{app_config["translations"]["en"]["app-description"]||''} — Powered by Hubs."|>String.replace("\\n"," "),
499
+
title: join_smart([hub.name,app_name]),
500
+
name: name,
501
+
description: join_smart([
502
+
hub.description,
503
+
"an immersive space in #{app_name}, right in your browser",
0 commit comments