Skip to content

Commit

Permalink
✏️ fix typo (singular vs. plural)
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Mar 30, 2024
1 parent 53df4eb commit cf9719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swiss/fihlon/apus/ui/view/SocialView.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public SocialView(@NotNull final SocialService socialService,
@NotNull final Configuration configuration) {
this.socialService = socialService;
setId("social-view");
add(new H2(String.format("Post with #%s on Mastodon", configuration.getMastodon().hashtag())));
add(new H2(String.format("Posts with #%s on Mastodon", configuration.getMastodon().hashtag())));
add(messageContainer);
messageContainer.addClassName("masonry");
updateMessages();
Expand Down

0 comments on commit cf9719a

Please sign in to comment.