Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference of string in device-logged-in-as-not-you #76

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mgmarino
Copy link

This expects to receive a single string as input, and so results in a
exception when called from the Freemarker template:

    <p>${theme.message('device-logged-in-as-not-you', currentLoginId)}</p>

This seems to only affect German. Note, another option could be to do:

Sie sind als %s angemeldet. Wenn Sie es nicht sind,

This expects to receive a single string as input, and so results in a
exception when called from the Freemarker template:

```
    <p>${theme.message('device-logged-in-as-not-you', currentLoginId)}</p>
```

This seems to only affect German. Note, another option could be to do:

Sie sind als %s angemeldet. Wenn Sie es nicht sind,
@mgmarino
Copy link
Author

@Aaron-Ritter you edited this recently, perhaps you have a comment about how you'd rather have this solved?

@mgmarino mgmarino marked this pull request as ready for review January 16, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant