Skip to content
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
2 changes: 1 addition & 1 deletion app/views/main/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="col s12 m4">
<div class="icon-block center">
<h2 class="brown-text"><i class="material-icons">assignment_turned_in</i></h2>
<h5>Continuuity checks</h5>
<h5>Continuity checks</h5>
<p class="light">
When every little fact is stored in one place, you can rest easy knowing you won't accidentally contradict yourself.
</p>
Expand Down
5 changes: 3 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ en:
race: What is %{name}’s race?
religion: What religion does %{name} practice?
role: What is %{name}’s role in your story?
skintone: What skin tone does %{name} name?
skintone: What skin tone does %{name} have?
weight: How much does %{name} weigh?

item:
Expand All @@ -94,14 +94,15 @@ en:
name: What is %{name}’s full name?
notes: Do you have any miscellaneous public notes for %{name}?
#original_owner: Who originally owned %{name}?
#past_owners
private_notes: Do you have any private notes for %{name}?
weight: How much does %{name} weigh?
year_made: When was %{name} made?

location:
area: What kind of area is %{name} in?
#capital: What is %{name}’s capital?
crops: What cropes does %{name} produce?
crops: What crops does %{name} produce?
currency: What currencies are used in %{name}?
established_year: When was %{name} established?
language: What languages are spoken in %{name}?
Expand Down