Skip to content

Commit d7e32a3

Browse files
Add missing translations
Also clean up mystery work element.
1 parent 556183c commit d7e32a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/views/subscriptions/index.html.erb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@
6969
</dd>
7070
<% elsif subscription.subscribable && subscription.subscribable.try(:unrevealed?) %>
7171
<dt>
72-
<div class="mystery header module">
73-
<h4 class="heading"><%= t(".mystery_work") %></h4>
74-
</div>
75-
<h6 class="landmark heading"><%= t(".summary") %></h6>
72+
<%= t(".mystery_work") %>
7673
</dt>
7774
<dd>
7875
<%= form_for [current_user, subscription], html: { method: :delete } do |f| %>

config/locales/views/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,7 @@ en:
25782578
works: My Work Subscriptions
25792579
series: "(Series)"
25802580
work: "(Work)"
2581+
mystery_work: Mystery Work
25812582
tag_wranglers:
25822583
show:
25832584
last_wrangled_html: "%{wrangler_login} last wrangled at %{time}."

0 commit comments

Comments
 (0)