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 90ab720
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/oauth/applications/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See COPYRIGHT and LICENSE files for more details.

<% if Doorkeeper.configuration.scopes.all.length > 1 %>
<div class="form--field">
<label class="form--label"><%= t('oauth.application.scopes') %></label>
<label class="form--label"><%= t("oauth.application.scopes") %></label>
<% Doorkeeper.configuration.scopes.each do |scope| %>
<div class="form--field-container -vertical">
<label class="form--label-with-check-box">
Expand All @@ -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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -3419,7 +3419,7 @@ en:

search_input_placeholder: "Search ..."

setting_apiv3_cors_title: Cross-Origin Resource Sharing (CORS)
setting_apiv3_cors_title: "Cross-Origin Resource Sharing (CORS)"
setting_apiv3_cors_enabled: "Enable CORS"
setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins"
setting_apiv3_cors_origins_text_html: >
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 90ab720

Please sign in to comment.