fix(i18n): Fix typo in metadata label#7000
Conversation
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
|
/backport to stable33 |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/7000/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 04d98192
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7000/stable33Error: Failed to push branch backport/7000/stable33: fatal: could not read Username for 'https://github.com': No such device or address Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable33 |
|
/backport to stable32 |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/7000/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 04d98192
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7000/stable32Error: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
@vitormattos Please backport it to stable32 as the wrong string is still present at Tx. |
|
@rakekniven thanks for the reminder. We intentionally applied this fix only to That said, we can reconsider backporting fixes or even temporarily resuming support for Thanks again for pointing it out. |
|
It is just about adding a space. I would appreciate to get this solved. |
|
/backport to stable32 |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/7000/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 04d98192
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7000/stable32Error: Failed to push branch backport/7000/stable32: fatal: could not read Username for 'https://github.com': No such device or address Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The code at stable32 is different than this PR. I made a very big pr to implement Vue3 at stable33 |
No description provided.