Remove unused place name setting
This commit is contained in:
@@ -48,8 +48,6 @@ en:
|
||||
url_description: "Main URL of your website"
|
||||
org_name: "Organization"
|
||||
org_name_description: "Name of your organization"
|
||||
place_name: "Place"
|
||||
place_name_description: "Name of your city"
|
||||
related_content_score_threshold: "Related content score threshold"
|
||||
related_content_score_threshold_description: "Hides content that users mark as unrelated"
|
||||
hot_score_period_in_days: "Period (days) used by the filter 'most active'"
|
||||
|
||||
@@ -48,8 +48,6 @@ es:
|
||||
url_description: "URL principal de tu web"
|
||||
org_name: "Nombre de la organización"
|
||||
org_name_description: "Nombre de tu organización"
|
||||
place_name: "Nombre del lugar"
|
||||
place_name_description: "Nombre de tu ciudad"
|
||||
related_content_score_threshold: "Umbral de puntuación de contenido relacionado"
|
||||
related_content_score_threshold_description: "Oculta el contenido que los usuarios marquen como no relacionado"
|
||||
hot_score_period_in_days: "Periodo (días) usado para el filtro 'Más Activos'"
|
||||
|
||||
@@ -25,7 +25,6 @@ section "Creating Settings" do
|
||||
Setting.create(key: 'instagram_handle', value: 'CONSUL')
|
||||
Setting.create(key: 'url', value: 'http://localhost:3000')
|
||||
Setting.create(key: 'org_name', value: 'CONSUL')
|
||||
Setting.create(key: 'place_name', value: 'City')
|
||||
|
||||
Setting.create(key: 'feature.debates', value: "true")
|
||||
Setting.create(key: 'feature.proposals', value: "true")
|
||||
|
||||
@@ -58,9 +58,6 @@ Setting["url"] = "http://example.com"
|
||||
# CONSUL installation's organization name
|
||||
Setting["org_name"] = "CONSUL"
|
||||
|
||||
# CONSUL installation place name (City, Country...)
|
||||
Setting["place_name"] = "CONSUL-land"
|
||||
|
||||
# Meta tags for SEO
|
||||
Setting["meta_title"] = nil
|
||||
Setting["meta_description"] = nil
|
||||
|
||||
Reference in New Issue
Block a user