diff --git a/backend/canisters/translations/CHANGELOG.md b/backend/canisters/translations/CHANGELOG.md index 82214f085a..a9e80d2a09 100644 --- a/backend/canisters/translations/CHANGELOG.md +++ b/backend/canisters/translations/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] +## [[2.0.1045](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1045-storage_index)] - 2024-02-05 + ### Added - Implement translations API ([#5299](https://github.com/open-chat-labs/open-chat/pull/5299)) diff --git a/scripts/proposals/add_canister_to_cycles_dispenser.sh b/scripts/proposals/add_canister_to_cycles_dispenser.sh index 997f7f9ae7..e88ddae583 100755 --- a/scripts/proposals/add_canister_to_cycles_dispenser.sh +++ b/scripts/proposals/add_canister_to_cycles_dispenser.sh @@ -2,10 +2,10 @@ # Extract the args or use defaults CANISTER_ID=$1 -SUMMARY=${2:-"The CyclesDispenser holds a whitelist of canisters which are allowed to request cycles top ups. This proposal adds the new MarketMaker canister to that list."} +SUMMARY=${2:-"The CyclesDispenser holds a whitelist of canisters which are allowed to request cycles top ups. This proposal adds the new Translations canister to that list."} # Build the title -TITLE="Add MarketMaker canister to CyclesDispenser's whitelist" +TITLE="Add Translations canister to CyclesDispenser's whitelist" # Set current directory to the scripts root SCRIPT=$(readlink -f "$0") diff --git a/sns/scripts/proposals/register_canisters_with_sns/translations.ini b/sns/scripts/proposals/register_canisters_with_sns/translations.ini index 8f3acd8e66..857a707e16 100644 --- a/sns/scripts/proposals/register_canisters_with_sns/translations.ini +++ b/sns/scripts/proposals/register_canisters_with_sns/translations.ini @@ -1,4 +1,3 @@ TITLE="Register 'Translations' as an SNS controlled canister" -// TODO: This needs updating once the initial PR is merged URL="https://github.com/open-chat-labs/open-chat/tree/master/backend/canisters/translations/impl/src/lib.rs" SUMMARY="This canister manages translations" \ No newline at end of file