diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cf7832..f7187818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Custom dropdown menu style. [#1090](https://github.com/rokwire/rokwire-building-blocks-api/issues/1090) - Fill footer at the bottom of pages. [#1092](https://github.com/rokwire/rokwire-building-blocks-api/issues/1092) - Contribute form field labels and placeholders. [#1102](https://github.com/rokwire/rokwire-building-blocks-api/issues/1102) +- Wordings of view pages. [#1069](https://github.com/rokwire/rokwire-building-blocks-api/issues/1069) ### Fixed - Detect secrets GitHub action build error and updated baseline. [#1077](https://github.com/rokwire/rokwire-building-blocks-api/issues/1077) diff --git a/contributions/catalog/webapps/templates/contribute/capability_details.html b/contributions/catalog/webapps/templates/contribute/capability_details.html index 9bba5aa1..fc6dd6f5 100644 --- a/contributions/catalog/webapps/templates/contribute/capability_details.html +++ b/contributions/catalog/webapps/templates/contribute/capability_details.html @@ -40,7 +40,7 @@

Capability Name

-

Capability description

+

Capability Description

{{post.description}}
@@ -49,7 +49,7 @@

Capability description

-

Is code open source?

+

Is Code Open Source?

{{post.isOpenSource}}
@@ -58,7 +58,7 @@

Is code open source?

-

Source code repository URL

+

Source Code Repository URL

{{post.sourceRepoUrl}}
@@ -77,7 +77,7 @@

API Documentation URL

{% if post.deploymentDetails%}
-

Deployment location

+

Deployment Location

{{post.deploymentDetails.location}}
diff --git a/contributions/catalog/webapps/templates/contribute/contribution_details.html b/contributions/catalog/webapps/templates/contribute/contribution_details.html index f19fcae4..0231f678 100644 --- a/contributions/catalog/webapps/templates/contribute/contribution_details.html +++ b/contributions/catalog/webapps/templates/contribute/contribution_details.html @@ -39,7 +39,7 @@

Contribution Name

-

Contribution short description

+

Short Description

{{post.shortDescription}}
@@ -49,7 +49,7 @@

Contribution short description

{% if post.longDescription %}
-

Contribution long description

+

Long Description

{{post.longDescription}}
@@ -60,7 +60,7 @@

Contribution long description

{% if post.contributors %}
-

Contributor details

+

Contributor Details

@@ -196,7 +196,7 @@
Organization
{% if post.contacts %}
-

Contact details

+

Contact Details

{% for contact in post["contacts"] %} @@ -247,7 +247,7 @@

Contact details

{% if post.capabilities %}
-

Capabilities in this contribution

+

Capabilities

@@ -273,7 +273,7 @@

{{c.name}}

{% if post.talents %}
-

Talents in this contribution

+

Talents

@@ -299,7 +299,7 @@

{{t.name}}

{% if (is_reviewer or is_editable or is_review) %}
-

Contribution admins

+

Admins

@@ -319,7 +319,7 @@

Status

-

Date created

+

Date Created

{{post.dateCreated}}
@@ -327,7 +327,7 @@

Date created

-

Date modified

+

Date Modified

{{post.dateModified}}
@@ -339,13 +339,13 @@

Date modified

{% if is_editable %} - + - + {% endif %} {% if is_reviewer %} - + {% endif %}
@@ -462,7 +462,7 @@

Last Updated

{% if post.selfCertification.dataDeletionUponRequest %} - + {% else %} - + {% endif %} {% if post.selfCertification.discloseAds %} - + {% else %} - + {% endif %} {% if post.selfCertification.discloseImageRights %} - + {% else %} - + {% endif %} {% if post.selfCertification.discloseSponsors %} - + {% else %} - + {% endif %} {% if post.selfCertification.respectingUserPrivacySetting %} - + {% else %} - + {% endif %}
Deleting data upon request  Deleting Data Upon Request   {{post.selfCertification.dataDeletionUponRequest}}
Deleting data upon request  Deleting Data Upon Request   None
Disclose ads  Disclose Ads   {{post.selfCertification.discloseAds}}
Disclose ads  Disclose Ads   None
Disclose right to use images  Disclose Right to Use Images   {{post.selfCertification.discloseImageRights}}
Disclose right to use images  Disclose Right to Use Images   None
Disclose sponsors  Disclose Sponsors   {{post.selfCertification.discloseSponsors}}
Disclose sponsors  Disclose Sponsors   None
Respecting privacy setting  Respecting Privacy Setting   {{post.selfCertification.respectingUserPrivacySetting}}
Respecting privacy setting  Respecting Privacy Setting   None