Skip to content

Commit

Permalink
remaining -> allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmpickett authored Jan 3, 2024
1 parent 617aff1 commit 23feee3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ content:
js_prevent_submit: true
count_only_mode: false
count_html_characters: false
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
textcount_status_message: '<span class="maxlength_count">@maxlength</span> characters allowed'
third_party_settings:
allowed_formats:
hide_help: '1'
Expand Down Expand Up @@ -607,7 +607,7 @@ content:
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
textcount_status_message: '<span class="maxlength_count">@maxlength</span> characters allowed'
third_party_settings: { }
field_phone_number:
type: telephone_default
Expand Down Expand Up @@ -697,7 +697,7 @@ content:
js_prevent_submit: false
count_only_mode: false
count_html_characters: false
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
textcount_status_message: '<span class="maxlength_count">@maxlength</span> characters allowed'
third_party_settings: { }
hidden:
created: true
Expand Down

0 comments on commit 23feee3

Please sign in to comment.