Skip to content

Commit

Permalink
#23074 modify name of cache ttl field (#29627)
Browse files Browse the repository at this point in the history
Minor change on Cache TTL field
  • Loading branch information
dsilvam authored Aug 16, 2024
1 parent c09d534 commit 1950037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public interface HTMLPageAssetAPI {
static final String HTTPS_REQUIRED_FIELD_NAME="HTTPS Required";

static final String CACHE_TTL_FIELD="cachettl";
static final String CACHE_TTL_FIELD_NAME="Cache TTL";
static final String CACHE_TTL_FIELD_NAME="Cache TTL (seconds)";

static final String SEO_DESCRIPTION_FIELD="seodescription";
static final String SEO_DESCRIPTION_FIELD_NAME="SEO Description";
Expand Down

0 comments on commit 1950037

Please sign in to comment.