Skip to content

Commit

Permalink
Quotes styles
Browse files Browse the repository at this point in the history
  • Loading branch information
top4ek committed Dec 10, 2024
1 parent 9805d01 commit 54d517d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/oauth/applications/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ See COPYRIGHT and LICENSE files for more details.
</span>
</div>
<fieldset class="form--fieldset">
<legend class="form--fieldset-legend"><%= t('oauth.application.client_credentials') %></legend>
<legend class="form--fieldset-legend"><%= t("oauth.application.client_credentials") %></legend>
<p>
<%= t('oauth.client_credentials_impersonation_html',
client_credentials_flow_link: static_link_to(:client_credentials_code_flow),
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ en:
attr_login: "Username attribute"
attr_mail: "Email attribute"
filter_string: "Filter string"
admin: Administrator
admin: "Administrator"
base_dn: "Base DN"
host: "Host"
onthefly: "Automatic user creation"
Expand Down
2 changes: 1 addition & 1 deletion modules/costs/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ en:
cost_type:
unit: "Unit name"
unit_plural: "Pluralized unit name"
default: Cost type by default
default: "Cost type by default"
work_package:
costs_by_type: "Spent units"
labor_costs: "Labor costs"
Expand Down
2 changes: 1 addition & 1 deletion modules/storages/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ en:
provider_type: Provider type
tenant: Directory (tenant) ID
storages/project_storage:
storage: Storage
storage: "Storage"
errors:
messages:
invalid_host_url: is not a valid URL.
Expand Down

0 comments on commit 54d517d

Please sign in to comment.