Skip to content

Commit

Permalink
HDX-10456 add title case tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Mar 5, 2025
1 parent e0b299c commit bc70d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
rounded=True,
icon=False,
paragraph_classes=['paragraph__text_font_size-small'],
paragraphs=['Tip: Use clear, specific titles like [Country] - [Topic/Theme], avoiding abbreviations, dates, or terms like “current” or “latest.” Include dates in the additional information or file description. Example: "Haiti - Operational Presence", “Palestine - Conflict Events”'],
paragraphs=['Tip: Use clear, specific titles like [Country] - [Topic/Theme], avoiding abbreviations, dates, or terms like “current” or “latest.” Include dates in the additional information or file description. Example: "Haiti - Operational Presence", “Palestine - Conflict Events”. All titles should be written in <a href="{0}" title="Title case" target="_blank">Title case</a> i.e. all words should be capitalised except for minor words.'.format('https://en.wikipedia.org/wiki/Title_case')],
spacing_class="mb-4") }}
</div>

Expand Down

0 comments on commit bc70d42

Please sign in to comment.