Graph & Network tab naming
Created by: nils-werner
Currently you have two tabs in GitLab, named "Graphs" and "Network". I believe these are named incorrectly:
Network
You've probably copied the word from GitHub, where "Network" shows your repository in relation to all its fork, essentially the Network of repositories.
In GitLab however you simply show the repository revision graph. Hence, this should be called "graph".
Graphs
You are basically showing statistics, prettified using a function graph.
However, due to a graph being an integral part of a Git repository, the naming of this tab is fundamentally confusing. It is especially funny that you're saying "Building repository graph", which is particularily incorrect.
So, instead this should be called "stats".