Skip to content

Commit 45c8116

Browse files
committed
Updating links for docs and removing bad translation from header span
1 parent 0bd6d34 commit 45c8116

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

app/views/saved_scenario_history/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% content_for(:title) { "#{@saved_scenario.title} <% #{t('meta.name')}" } %>
1+
<% content_for(:title) { "#{@saved_scenario.title}" } %>
22
<% content_for :menu_title, @saved_scenario.localized_title(I18n.locale) %>
33
<%= render(partial: "saved_scenarios/block_right_menu", locals: { saved_scenario: @saved_scenario }) %>
44

config/locales/en.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ en:
122122
Click the 'Invite others' button to give someone access to your scenario,
123123
or use the table above to manage users that are already coupled. <br/><br/>
124124
See the
125-
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/managing-scenarios/scenario-access-management/" target=\"_blank\">
125+
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/user_manual/managing-scenarios/scenario-manage-access/" target=\"_blank\">
126126
documentation</a> for more information.
127127
invite: 'Invite others'
128128
send_invite: Send invite
@@ -163,7 +163,7 @@ en:
163163
description: |
164164
Here you can see the history of your saved scenario. A description can be added to each historical version.
165165
When you are owner of this scenario, you can reset the scenario to an older stage. See the
166-
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/managing-scenarios/scenario-version-history" target=\"_blank\">
166+
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/user_manual/managing-scenarios/scenario-version-history" target=\"_blank\">
167167
documentation</a> for more information.
168168
title: History
169169
error: Something went wrong updating the history of your scenario
@@ -177,6 +177,7 @@ en:
177177
Edit the description of this saved version. Save your notes on what you have changed.
178178
restore_description: |
179179
Restore the saved scenario to this version. This action is irreversible.
180+
empty_message: No description
180181
saved_scenarios:
181182
title: Saved scenarios
182183
empty: You don't have any scenarios.

config/locales/nl.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ nl:
106106
Klik op 'Anderen uitnodigen' om iemand toegang te geven tot jouw scenario of
107107
gebruik bovenstaande tabel om gekoppelde gebruikers te beheren.<br/><br/>
108108
Zie de
109-
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/managing-scenarios/scenario-access-management/" target=\"_blank\">
109+
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/user_manual/managing-scenarios/scenario-access-management/" target=\"_blank\">
110110
documentatie</a> voor meer informatie.
111111
invite: 'Anderen uitnodigen'
112112
send_invite: Stuur uitnodiging
@@ -148,7 +148,7 @@ nl:
148148
description: |
149149
Here you can see the history of your saved scenario. A description can be added to each historical version.
150150
When you are owner of this scenario, you can reset the scenario to an older stage. See the
151-
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/managing-scenarios/scenario-version-history" target=\"_blank\">
151+
<a class="underline hover:text-midnight-800" href="https://docs.energytransitionmodel.com/main/user_manual/managing-scenarios/scenario-version-history" target=\"_blank\">
152152
documentation</a> for more information.
153153
title: History
154154
error: Something went wrong updating the history of your scenario
@@ -162,6 +162,7 @@ nl:
162162
Edit the description of this saved version. Save your notes on what you have changed.
163163
restore_description: |
164164
Restore the saved scenario to this version. This action is irreversible.
165+
empty_message: Geen beschrijving
165166
saved_scenarios:
166167
title: Opgeslagen scenario's
167168
empty: Je hebt nog geen scenario's.

0 commit comments

Comments
 (0)