Skip to content
Snippets Groups Projects
Commit 94cbc517 authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Fix quote display when no quote is loaded from locales.

parent 83290fa3
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
quote = "Research is creating new knowledge."
}
if (StringUtils.isEmpty(attribution)) {
quote = "Neil Armstrong"
attribution = "Neil Armstrong"
}
quoteLabel.text = "“ " + quote + " ”";
quoteAttribution.text = attribution;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment