From 05e78ec9731b6b19ccf39a412ea72241040e99c6 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Tue, 16 Aug 2022 01:29:18 +0200 Subject: [PATCH] feat: change name #128 Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- .github/workflows/translation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 2f22000d..4d3cadbd 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -16,10 +16,10 @@ jobs: - name: Update .pot uses: AdwCustomizerTeam/action-update-pot@main with: - title: "Adwaita Manager POT file" - copyright: "Adwaita Manager Team" + title: "Gradience POT file" + copyright: "Gradience Team" license: "GNU GPLv3" - author: "Adwaita Manager Team" + author: "Gradience Team" env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}