We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d84d89 commit 37e24d2Copy full SHA for 37e24d2
src/main/java/org/jabref/gui/WelcomeTab.java
@@ -175,6 +175,7 @@ private VBox createVBoxContainer(Node... nodes) {
175
}
176
177
private VBox createFooter() {
178
+ // Heading for the footer area
179
Label communityLabel = createFooterLabel(Localization.lang("Community"));
180
181
HBox iconLinksContainer = createIconLinksContainer();
src/main/resources/l10n/JabRef_en.properties
@@ -1664,6 +1664,7 @@ To\ see\ what\ is\ new\ view\ the\ changelog.=To see what is new view the change
1664
A\ new\ version\ of\ JabRef\ has\ been\ released.=A new version of JabRef has been released.
1665
JabRef\ is\ up-to-date.=JabRef is up-to-date.
1666
Latest\ version=Latest version
1667
+Community=Community
1668
Community\ forum=Community forum
1669
Custom=Custom
1670
0 commit comments