workarea-registries 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3d0a728ff872694606ee139762dfae4c84a17e6
4
- data.tar.gz: 1ed7dcdf031557d2bdbae8e98803398114c11d8d
3
+ metadata.gz: 0a1d5f7706759ffc3fc6130f826f6735a759aaca
4
+ data.tar.gz: 8248031aad6e6bddaccb7050b298614b116826ea
5
5
  SHA512:
6
- metadata.gz: 3064a2fd9da8767c16a00d376f480e4ad02ca35774cba9f41a7e0be3824932ae2cc6be5ccc47ae152190958af49c3abd3ae2870b6e1492bf58d0c678d895b818
7
- data.tar.gz: f02c3bb8dcd8685f704a6855d244b4bfd23ffd9ac5dcb88657b57e33197f0e97c791f6ecab3dbc37a63efdd92c77bfc8a6430a9e7e78fa3a57322d2e1390cd91
6
+ metadata.gz: c05407a5ec1b508a5fea12eedd406dd734c531697d3d1aa4ec117d8f191be9de1711e144a0bb938ca3fae9cb81a8a693f6ecf3b4a64b8aebdd6aed3e99fa8157
7
+ data.tar.gz: 8142ba91e62dae237250ba756b19b2f635c1701c14e2021f3e5b37ac7b47fd75134e9bb97017e34d1b3e686f9a54e3eea2daf577ba531ee30c2ec3faa8fa9cba
@@ -6,14 +6,11 @@
6
6
  %tr
7
7
  %td
8
8
  %h1= @content
9
- %p
10
- %strong= @thank.from
11
- %p= t('workarea.storefront.email.thank.thank_you')
9
+ %p= t('workarea.storefront.email.registries.thank.thank_you', registry_owner: @thank.friendly_from )
12
10
 
13
11
  - if @thank.message.present?
14
- %p
15
- %strong #{@thank.from} #{t('workarea.storefront.email.thank.from_message_html')}
16
- %p= @thank.message
12
+ %p
13
+ %i= @thank.message
17
14
 
18
15
 
19
16
  = append_partials('storefront.registry_thank_mailer.bottom')
@@ -33,7 +33,7 @@ en:
33
33
  thank:
34
34
  from_info: 'has included a personal note:'
35
35
  subject: Thank you from %{from}
36
- thank_you: wants to thank you for your gift!
36
+ thank_you: '%{registry_owner} wants to thank you for your gift!'
37
37
  flash_messages:
38
38
  private_registry: This registry is private.
39
39
  registry_created: Your registry has been created.
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module Registries
3
- VERSION = '1.0.4'.freeze
3
+ VERSION = '1.0.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-registries
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurgen Hahn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-03 00:00:00.000000000 Z
11
+ date: 2021-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea