diff --git a/app/views/personalization_settings/_logo_placeholder.html.erb b/app/views/personalization_settings/_logo_placeholder.html.erb index b428f280..e7cf5190 100644 --- a/app/views/personalization_settings/_logo_placeholder.html.erb +++ b/app/views/personalization_settings/_logo_placeholder.html.erb @@ -1,11 +1,11 @@
<%= svg_icon('info_circle', class: 'w-6 h-6') %>
-

Unlock with DocuSeal Enterprise

+

Unlock with DocuSeal Pro

Display your company name and logo when signing documents.
- ">Learn More + ">Learn More

diff --git a/spec/system/personalization_spec.rb b/spec/system/personalization_spec.rb index 6e878e11..0fee68e0 100644 --- a/spec/system/personalization_spec.rb +++ b/spec/system/personalization_spec.rb @@ -17,7 +17,7 @@ RSpec.describe 'Personalization' do expect(page).to have_content('Form Completed Email') expect(page).to have_content('Documents Copy Email') expect(page).to have_content('Company Logo') - expect(page).to have_content('Unlock with DocuSeal Enterprise') + expect(page).to have_content('Unlock with DocuSeal Pro') expect(page).to have_content('Display your company name and logo when signing documents') end end